Shades of Barossa #4E2F40
Tints of Barossa #4E2F40
RGB
CMYK
RGB Variations
Color information
#4E2F40 (or 0x4E2F40) is known color: Barossa. HEX triplet: 4E, 2F and 40. RGB value is (78,47,64). Sum of RGB (Red+Green+Blue) = 78+47+64=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F40 is #B1D0BF. Grayscale: #3A3A3A. Windows color (decimal): -11653312 or 4206414. OLE color: 4206414.
HSL color Cylindrical-coordinate representation of color #4E2F40: hue angle of 327.1º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E2F40 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 64 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.69 |
| HSL | 327.1º | 0.25% | 0.25% | - |
| HSV(B) | 327.1º | 0.4% | 0.31% | - |
| XYZ | 5.08 | 4.02 | 5.36 | - |
| YUV | 58.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 64 | 0 | 0.40 | 0.18 | 0.69 | 327.1 | 0.25 | 0.25 |
| Hex | 4E | 2F | 40 | 0 | 28 | 12 | 45 | 147 | 19 | 19 |
| Octal | 116 | 57 | 100 | 0 | 50 | 22 | 105 | 507 | 31 | 31 |
| Binary | 1001110 | 101111 | 1000000 | 0 | 101000 | 10010 | 1000101 | 101000111 | 11001 | 11001 |
Color Harmonies of #4E2F40
Complementary color
Monochromatic Colors of #4E2F40
Black with #4E2F40
Text Example
Text Example
White with #4E2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F40; }
p { color: rgb(78,47,64); }
H1.HeaderClassName
{
color: #4E2F40;
}
.AnyTagClassName
{
color: #4E2F40;
}
</style>
background-color css
<style>
a { background-color: #4E2F40; }
a { background-color: rgb(78,47,64); }
div.DivClassName
{
background-color: #4E2F40;
}
.BgClassName
{
background-color: #4E2F40;
}
</style>
border-color css
<style>
span { border-color: #4E2F40; }
span { border-color: rgb(78,47,64); }
td.TdClassName
{
border-color: #4E2F40;
}
.TagClassName
{
border-color: #4E2F40;
}
</style>