Shades of Barossa #4E2737
Tints of Barossa #4E2737
RGB
CMYK
RGB Variations
Color information
#4E2737 (or 0x4E2737) is known color: Barossa. HEX triplet: 4E, 27 and 37. RGB value is (78,39,55). Sum of RGB (Red+Green+Blue) = 78+39+55=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2737 is #B1D8C8. Grayscale: #343434. Windows color (decimal): -11655369 or 3614542. OLE color: 3614542.
HSL color Cylindrical-coordinate representation of color #4E2737: hue angle of 335.38º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2737 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 55 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.69 |
| HSL | 335.38º | 0.33% | 0.23% | - |
| HSV(B) | 335.38º | 0.5% | 0.31% | - |
| XYZ | 4.56 | 3.35 | 4.02 | - |
| YUV | 52.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 55 | 0 | 0.50 | 0.29 | 0.69 | 335.38 | 0.33 | 0.23 |
| Hex | 4E | 27 | 37 | 0 | 32 | 1D | 45 | 14F | 21 | 17 |
| Octal | 116 | 47 | 67 | 0 | 62 | 35 | 105 | 517 | 41 | 27 |
| Binary | 1001110 | 100111 | 110111 | 0 | 110010 | 11101 | 1000101 | 101001111 | 100001 | 10111 |
Color Harmonies of #4E2737
Complementary color
Monochromatic Colors of #4E2737
Black with #4E2737
Text Example
Text Example
White with #4E2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2737; }
p { color: rgb(78,39,55); }
H1.HeaderClassName
{
color: #4E2737;
}
.AnyTagClassName
{
color: #4E2737;
}
</style>
background-color css
<style>
a { background-color: #4E2737; }
a { background-color: rgb(78,39,55); }
div.DivClassName
{
background-color: #4E2737;
}
.BgClassName
{
background-color: #4E2737;
}
</style>
border-color css
<style>
span { border-color: #4E2737; }
span { border-color: rgb(78,39,55); }
td.TdClassName
{
border-color: #4E2737;
}
.TagClassName
{
border-color: #4E2737;
}
</style>