Shades of Barossa #4E2B40
Tints of Barossa #4E2B40
RGB
CMYK
RGB Variations
Color information
#4E2B40 (or 0x4E2B40) is known color: Barossa. HEX triplet: 4E, 2B and 40. RGB value is (78,43,64). Sum of RGB (Red+Green+Blue) = 78+43+64=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B40 is #B1D4BF. Grayscale: #373737. Windows color (decimal): -11654336 or 4205390. OLE color: 4205390.
HSL color Cylindrical-coordinate representation of color #4E2B40: hue angle of 324º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B40 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 64 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.69 |
| HSL | 324º | 0.29% | 0.24% | - |
| HSV(B) | 324º | 0.45% | 0.31% | - |
| XYZ | 4.93 | 3.72 | 5.31 | - |
| YUV | 55.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 64 | 0 | 0.45 | 0.18 | 0.69 | 324 | 0.29 | 0.24 |
| Hex | 4E | 2B | 40 | 0 | 2D | 12 | 45 | 144 | 1D | 18 |
| Octal | 116 | 53 | 100 | 0 | 55 | 22 | 105 | 504 | 35 | 30 |
| Binary | 1001110 | 101011 | 1000000 | 0 | 101101 | 10010 | 1000101 | 101000100 | 11101 | 11000 |
Color Harmonies of #4E2B40
Complementary color
Monochromatic Colors of #4E2B40
Black with #4E2B40
Text Example
Text Example
White with #4E2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B40; }
p { color: rgb(78,43,64); }
H1.HeaderClassName
{
color: #4E2B40;
}
.AnyTagClassName
{
color: #4E2B40;
}
</style>
background-color css
<style>
a { background-color: #4E2B40; }
a { background-color: rgb(78,43,64); }
div.DivClassName
{
background-color: #4E2B40;
}
.BgClassName
{
background-color: #4E2B40;
}
</style>
border-color css
<style>
span { border-color: #4E2B40; }
span { border-color: rgb(78,43,64); }
td.TdClassName
{
border-color: #4E2B40;
}
.TagClassName
{
border-color: #4E2B40;
}
</style>