Shades of Barossa #4E2B3F
Tints of Barossa #4E2B3F
RGB
CMYK
RGB Variations
Color information
#4E2B3F (or 0x4E2B3F) is known color: Barossa. HEX triplet: 4E, 2B and 3F. RGB value is (78,43,63). Sum of RGB (Red+Green+Blue) = 78+43+63=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B3F is #B1D4C0. Grayscale: #373737. Windows color (decimal): -11654337 or 4139854. OLE color: 4139854.
HSL color Cylindrical-coordinate representation of color #4E2B3F: hue angle of 325.71º 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 #4E2B3F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 63 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.69 |
| HSL | 325.71º | 0.29% | 0.24% | - |
| HSV(B) | 325.71º | 0.45% | 0.31% | - |
| XYZ | 4.9 | 3.71 | 5.16 | - |
| YUV | 55.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 63 | 0 | 0.45 | 0.19 | 0.69 | 325.71 | 0.29 | 0.24 |
| Hex | 4E | 2B | 3F | 0 | 2D | 13 | 45 | 146 | 1D | 18 |
| Octal | 116 | 53 | 77 | 0 | 55 | 23 | 105 | 506 | 35 | 30 |
| Binary | 1001110 | 101011 | 111111 | 0 | 101101 | 10011 | 1000101 | 101000110 | 11101 | 11000 |
Color Harmonies of #4E2B3F
Complementary color
Monochromatic Colors of #4E2B3F
Black with #4E2B3F
Text Example
Text Example
White with #4E2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B3F; }
p { color: rgb(78,43,63); }
H1.HeaderClassName
{
color: #4E2B3F;
}
.AnyTagClassName
{
color: #4E2B3F;
}
</style>
background-color css
<style>
a { background-color: #4E2B3F; }
a { background-color: rgb(78,43,63); }
div.DivClassName
{
background-color: #4E2B3F;
}
.BgClassName
{
background-color: #4E2B3F;
}
</style>
border-color css
<style>
span { border-color: #4E2B3F; }
span { border-color: rgb(78,43,63); }
td.TdClassName
{
border-color: #4E2B3F;
}
.TagClassName
{
border-color: #4E2B3F;
}
</style>