#4E2840

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

Shades of Barossa #4E2840

Tints of Barossa #4E2840

Color information

#4E2840 (or 0x4E2840) is unknown color: approx Barossa. HEX triplet: 4E, 28 and 40. RGB value is (78,40,64). Sum of RGB (Red+Green+Blue) = 78+40+64=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2840 is #B1D7BF. Grayscale: #363636. Windows color (decimal): -11655104 or 4204622. OLE color: 4204622.

HSL color Cylindrical-coordinate representation of color #4E2840: hue angle of 322.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2840 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB784064-
CMYK00.490.180.69
HSL322.11º32.2%23.14%-
HSV(B)322.11º48.72%30.59%-
XYZ4.833.515.27-
YUV54.1133.59145.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=42.86%
G=21.98%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78406400.490.180.69322.1132.223.14
Hex4E284003112451422017
Octal11650100061221055024027
Binary10011101010001000000011000110010100010110100001010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,64); }

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

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

 a { background-color: rgb(78,40,64); }

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

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

 span { border-color: rgb(78,40,64); }

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