Shades of Barossa #4C2437
Tints of Barossa #4C2437
RGB
CMYK
RGB Variations
Color information
#4C2437 (or 0x4C2437) is known color: Barossa. HEX triplet: 4C, 24 and 37. RGB value is (76,36,55). Sum of RGB (Red+Green+Blue) = 76+36+55=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2437 is #B3DBC8. Grayscale: #323232. Windows color (decimal): -11787209 or 3613772. OLE color: 3613772.
HSL color Cylindrical-coordinate representation of color #4C2437: hue angle of 331.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2437 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 55 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.70 |
| HSL | 331.5º | 0.36% | 0.22% | - |
| HSV(B) | 331.5º | 0.53% | 0.3% | - |
| XYZ | 4.3 | 3.07 | 3.98 | - |
| YUV | 50.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 55 | 0 | 0.53 | 0.28 | 0.70 | 331.5 | 0.36 | 0.22 |
| Hex | 4C | 24 | 37 | 0 | 35 | 1C | 46 | 14C | 24 | 16 |
| Octal | 114 | 44 | 67 | 0 | 65 | 34 | 106 | 514 | 44 | 26 |
| Binary | 1001100 | 100100 | 110111 | 0 | 110101 | 11100 | 1000110 | 101001100 | 100100 | 10110 |
Color Harmonies of #4C2437
Complementary color
Monochromatic Colors of #4C2437
Black with #4C2437
Text Example
Text Example
White with #4C2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2437; }
p { color: rgb(76,36,55); }
H1.HeaderClassName
{
color: #4C2437;
}
.AnyTagClassName
{
color: #4C2437;
}
</style>
background-color css
<style>
a { background-color: #4C2437; }
a { background-color: rgb(76,36,55); }
div.DivClassName
{
background-color: #4C2437;
}
.BgClassName
{
background-color: #4C2437;
}
</style>
border-color css
<style>
span { border-color: #4C2437; }
span { border-color: rgb(76,36,55); }
td.TdClassName
{
border-color: #4C2437;
}
.TagClassName
{
border-color: #4C2437;
}
</style>