Shades of Barossa #4E2D3B
Tints of Barossa #4E2D3B
RGB
CMYK
RGB Variations
Color information
#4E2D3B (or 0x4E2D3B) is known color: Barossa. HEX triplet: 4E, 2D and 3B. RGB value is (78,45,59). Sum of RGB (Red+Green+Blue) = 78+45+59=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D3B is #B1D2C4. Grayscale: #383838. Windows color (decimal): -11653829 or 3878222. OLE color: 3878222.
HSL color Cylindrical-coordinate representation of color #4E2D3B: hue angle of 334.55º 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 #4E2D3B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 59 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.69 |
| HSL | 334.55º | 0.27% | 0.24% | - |
| HSV(B) | 334.55º | 0.42% | 0.31% | - |
| XYZ | 4.87 | 3.81 | 4.62 | - |
| YUV | 56.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 59 | 0 | 0.42 | 0.24 | 0.69 | 334.55 | 0.27 | 0.24 |
| Hex | 4E | 2D | 3B | 0 | 2A | 18 | 45 | 14F | 1B | 18 |
| Octal | 116 | 55 | 73 | 0 | 52 | 30 | 105 | 517 | 33 | 30 |
| Binary | 1001110 | 101101 | 111011 | 0 | 101010 | 11000 | 1000101 | 101001111 | 11011 | 11000 |
Color Harmonies of #4E2D3B
Complementary color
Monochromatic Colors of #4E2D3B
Black with #4E2D3B
Text Example
Text Example
White with #4E2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D3B; }
p { color: rgb(78,45,59); }
H1.HeaderClassName
{
color: #4E2D3B;
}
.AnyTagClassName
{
color: #4E2D3B;
}
</style>
background-color css
<style>
a { background-color: #4E2D3B; }
a { background-color: rgb(78,45,59); }
div.DivClassName
{
background-color: #4E2D3B;
}
.BgClassName
{
background-color: #4E2D3B;
}
</style>
border-color css
<style>
span { border-color: #4E2D3B; }
span { border-color: rgb(78,45,59); }
td.TdClassName
{
border-color: #4E2D3B;
}
.TagClassName
{
border-color: #4E2D3B;
}
</style>