#4E2139

Color #4E2139 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4E2139

Tints of Barossa #4E2139

Color information

#4E2139 (or 0x4E2139) is unknown color: approx Barossa. HEX triplet: 4E, 21 and 39. RGB value is (78,33,57). Sum of RGB (Red+Green+Blue) = 78+33+57=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2139 is #B1DEC6. Grayscale: #313131. Windows color (decimal): -11656903 or 3744078. OLE color: 3744078.

HSL color Cylindrical-coordinate representation of color #4E2139: hue angle of 328º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2139 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB783357-
CMYK00.580.270.69
HSL328º40.54%21.76%-
HSV(B)328º57.69%30.59%-
XYZ4.4234.22-
YUV49.19132.41148.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=46.43%
G=19.64%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78335700.580.270.6932840.5421.76
Hex4E213903A1B451482916
Octal1164171072331055105126
Binary1001110100001111001011101011011100010110100100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E2139; }

 p { color: rgb(78,33,57); }

 H1.HeaderClassName
 {
   color: #4E2139;
 }
 .AnyTagClassName
 {
   color: #4E2139;
 }
</style>
background-color css

<style>
 a { background-color: #4E2139; }

 a { background-color: rgb(78,33,57); }

 div.DivClassName
 {
   background-color: #4E2139;
 }
 .BgClassName
 {
   background-color: #4E2139;
 }
</style>
border-color css

<style>
 span { border-color: #4E2139; }

 span { border-color: rgb(78,33,57); }

 td.TdClassName
 {
   border-color: #4E2139;
 }
 .TagClassName
 {
   border-color: #4E2139;
 }
</style>