Shades of Barossa #4E2237
Tints of Barossa #4E2237
RGB
CMYK
RGB Variations
Color information
#4E2237 (or 0x4E2237) is known color: Barossa. HEX triplet: 4E, 22 and 37. RGB value is (78,34,55). Sum of RGB (Red+Green+Blue) = 78+34+55=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2237 is #B1DDC8. Grayscale: #313131. Windows color (decimal): -11656649 or 3613262. OLE color: 3613262.
HSL color Cylindrical-coordinate representation of color #4E2237: hue angle of 331.36º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E2237 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 55 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.69 |
| HSL | 331.36º | 0.39% | 0.22% | - |
| HSV(B) | 331.36º | 0.56% | 0.31% | - |
| XYZ | 4.4 | 3.04 | 3.97 | - |
| YUV | 49.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 55 | 0 | 0.56 | 0.29 | 0.69 | 331.36 | 0.39 | 0.22 |
| Hex | 4E | 22 | 37 | 0 | 38 | 1D | 45 | 14B | 27 | 16 |
| Octal | 116 | 42 | 67 | 0 | 70 | 35 | 105 | 513 | 47 | 26 |
| Binary | 1001110 | 100010 | 110111 | 0 | 111000 | 11101 | 1000101 | 101001011 | 100111 | 10110 |
Color Harmonies of #4E2237
Complementary color
Monochromatic Colors of #4E2237
Black with #4E2237
Text Example
Text Example
White with #4E2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2237; }
p { color: rgb(78,34,55); }
H1.HeaderClassName
{
color: #4E2237;
}
.AnyTagClassName
{
color: #4E2237;
}
</style>
background-color css
<style>
a { background-color: #4E2237; }
a { background-color: rgb(78,34,55); }
div.DivClassName
{
background-color: #4E2237;
}
.BgClassName
{
background-color: #4E2237;
}
</style>
border-color css
<style>
span { border-color: #4E2237; }
span { border-color: rgb(78,34,55); }
td.TdClassName
{
border-color: #4E2237;
}
.TagClassName
{
border-color: #4E2237;
}
</style>