#4E293F

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

Shades of Barossa #4E293F

Tints of Barossa #4E293F

Color information

#4E293F (or 0x4E293F) is unknown color: approx Barossa. HEX triplet: 4E, 29 and 3F. RGB value is (78,41,63). Sum of RGB (Red+Green+Blue) = 78+41+63=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E293F is #B1D6C0. Grayscale: #363636. Windows color (decimal): -11654849 or 4139342. OLE color: 4139342.

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

Color convert

RGB784163-
CMYK00.470.190.69
HSL324.32º31.09%23.33%-
HSV(B)324.32º47.44%30.59%-
XYZ4.833.565.14-
YUV54.57132.76144.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 63 (25% from 255) = 34.62%
R=42.86%
G=22.53%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78416300.470.190.69324.3231.0923.33
Hex4E293F02F13451441f17
Octal1165177057231055043727
Binary100111010100111111101011111001110001011010001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,63); }

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

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

 a { background-color: rgb(78,41,63); }

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

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

 span { border-color: rgb(78,41,63); }

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