#4E273B

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

Shades of Barossa #4E273B

Tints of Barossa #4E273B

Color information

#4E273B (or 0x4E273B) is unknown color: approx Barossa. HEX triplet: 4E, 27 and 3B. RGB value is (78,39,59). Sum of RGB (Red+Green+Blue) = 78+39+59=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E273B is #B1D8C4. Grayscale: #343434. Windows color (decimal): -11655365 or 3876686. OLE color: 3876686.

HSL color Cylindrical-coordinate representation of color #4E273B: hue angle of 329.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E273B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB783959-
CMYK00.500.240.69
HSL329.23º33.33%22.94%-
HSV(B)329.23º50%30.59%-
XYZ4.663.394.55-
YUV52.94131.42145.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=44.32%
G=22.16%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78395900.500.240.69329.2333.3322.94
Hex4E273B03218451492117
Octal1164773062301055114127
Binary1001110100111111011011001011000100010110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,59); }

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

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

 a { background-color: rgb(78,39,59); }

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

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

 span { border-color: rgb(78,39,59); }

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