Shades of Barossa #4E2940
Tints of Barossa #4E2940
RGB
CMYK
RGB Variations
Color information
#4E2940 (or 0x4E2940) is known color: Barossa. HEX triplet: 4E, 29 and 40. RGB value is (78,41,64). Sum of RGB (Red+Green+Blue) = 78+41+64=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2940 is #B1D6BF. Grayscale: #363636. Windows color (decimal): -11654848 or 4204878. OLE color: 4204878.
HSL color Cylindrical-coordinate representation of color #4E2940: hue angle of 322.7º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E2940 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 64 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.69 |
| HSL | 322.7º | 0.31% | 0.23% | - |
| HSV(B) | 322.7º | 0.47% | 0.31% | - |
| XYZ | 4.86 | 3.58 | 5.28 | - |
| YUV | 54.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 64 | 0 | 0.47 | 0.18 | 0.69 | 322.7 | 0.31 | 0.23 |
| Hex | 4E | 29 | 40 | 0 | 2F | 12 | 45 | 143 | 1F | 17 |
| Octal | 116 | 51 | 100 | 0 | 57 | 22 | 105 | 503 | 37 | 27 |
| Binary | 1001110 | 101001 | 1000000 | 0 | 101111 | 10010 | 1000101 | 101000011 | 11111 | 10111 |
Color Harmonies of #4E2940
Complementary color
Monochromatic Colors of #4E2940
Black with #4E2940
Text Example
Text Example
White with #4E2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2940; }
p { color: rgb(78,41,64); }
H1.HeaderClassName
{
color: #4E2940;
}
.AnyTagClassName
{
color: #4E2940;
}
</style>
background-color css
<style>
a { background-color: #4E2940; }
a { background-color: rgb(78,41,64); }
div.DivClassName
{
background-color: #4E2940;
}
.BgClassName
{
background-color: #4E2940;
}
</style>
border-color css
<style>
span { border-color: #4E2940; }
span { border-color: rgb(78,41,64); }
td.TdClassName
{
border-color: #4E2940;
}
.TagClassName
{
border-color: #4E2940;
}
</style>