Shades of Barossa #4E2D40
Tints of Barossa #4E2D40
RGB
CMYK
RGB Variations
Color information
#4E2D40 (or 0x4E2D40) is known color: Barossa. HEX triplet: 4E, 2D and 40. RGB value is (78,45,64). Sum of RGB (Red+Green+Blue) = 78+45+64=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D40 is #B1D2BF. Grayscale: #383838. Windows color (decimal): -11653824 or 4205902. OLE color: 4205902.
HSL color Cylindrical-coordinate representation of color #4E2D40: hue angle of 325.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D40 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 64 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.69 |
| HSL | 325.45º | 0.27% | 0.24% | - |
| HSV(B) | 325.45º | 0.42% | 0.31% | - |
| XYZ | 5.01 | 3.87 | 5.33 | - |
| YUV | 57.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 64 | 0 | 0.42 | 0.18 | 0.69 | 325.45 | 0.27 | 0.24 |
| Hex | 4E | 2D | 40 | 0 | 2A | 12 | 45 | 145 | 1B | 18 |
| Octal | 116 | 55 | 100 | 0 | 52 | 22 | 105 | 505 | 33 | 30 |
| Binary | 1001110 | 101101 | 1000000 | 0 | 101010 | 10010 | 1000101 | 101000101 | 11011 | 11000 |
Color Harmonies of #4E2D40
Complementary color
Monochromatic Colors of #4E2D40
Black with #4E2D40
Text Example
Text Example
White with #4E2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D40; }
p { color: rgb(78,45,64); }
H1.HeaderClassName
{
color: #4E2D40;
}
.AnyTagClassName
{
color: #4E2D40;
}
</style>
background-color css
<style>
a { background-color: #4E2D40; }
a { background-color: rgb(78,45,64); }
div.DivClassName
{
background-color: #4E2D40;
}
.BgClassName
{
background-color: #4E2D40;
}
</style>
border-color css
<style>
span { border-color: #4E2D40; }
span { border-color: rgb(78,45,64); }
td.TdClassName
{
border-color: #4E2D40;
}
.TagClassName
{
border-color: #4E2D40;
}
</style>