Shades of Barossa #4E2E41
Tints of Barossa #4E2E41
RGB
CMYK
RGB Variations
Color information
#4E2E41 (or 0x4E2E41) is known color: Barossa. HEX triplet: 4E, 2E and 41. RGB value is (78,46,65). Sum of RGB (Red+Green+Blue) = 78+46+65=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E41 is #B1D1BE. Grayscale: #393939. Windows color (decimal): -11653567 or 4271694. OLE color: 4271694.
HSL color Cylindrical-coordinate representation of color #4E2E41: hue angle of 324.38º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E41 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 65 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.69 |
| HSL | 324.38º | 0.26% | 0.24% | - |
| HSV(B) | 324.38º | 0.41% | 0.31% | - |
| XYZ | 5.07 | 3.96 | 5.5 | - |
| YUV | 57.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 65 | 0 | 0.41 | 0.17 | 0.69 | 324.38 | 0.26 | 0.24 |
| Hex | 4E | 2E | 41 | 0 | 29 | 11 | 45 | 144 | 1A | 18 |
| Octal | 116 | 56 | 101 | 0 | 51 | 21 | 105 | 504 | 32 | 30 |
| Binary | 1001110 | 101110 | 1000001 | 0 | 101001 | 10001 | 1000101 | 101000100 | 11010 | 11000 |
Color Harmonies of #4E2E41
Complementary color
Monochromatic Colors of #4E2E41
Black with #4E2E41
Text Example
Text Example
White with #4E2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E41; }
p { color: rgb(78,46,65); }
H1.HeaderClassName
{
color: #4E2E41;
}
.AnyTagClassName
{
color: #4E2E41;
}
</style>
background-color css
<style>
a { background-color: #4E2E41; }
a { background-color: rgb(78,46,65); }
div.DivClassName
{
background-color: #4E2E41;
}
.BgClassName
{
background-color: #4E2E41;
}
</style>
border-color css
<style>
span { border-color: #4E2E41; }
span { border-color: rgb(78,46,65); }
td.TdClassName
{
border-color: #4E2E41;
}
.TagClassName
{
border-color: #4E2E41;
}
</style>