Shades of Barossa #4C2236
Tints of Barossa #4C2236
RGB
CMYK
RGB Variations
Color information
#4C2236 (or 0x4C2236) is known color: Barossa. HEX triplet: 4C, 22 and 36. RGB value is (76,34,54). Sum of RGB (Red+Green+Blue) = 76+34+54=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2236 is #B3DDC9. Grayscale: #303030. Windows color (decimal): -11787722 or 3547724. OLE color: 3547724.
HSL color Cylindrical-coordinate representation of color #4C2236: hue angle of 331.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2236 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 54 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.70 |
| HSL | 331.43º | 0.38% | 0.22% | - |
| HSV(B) | 331.43º | 0.55% | 0.3% | - |
| XYZ | 4.22 | 2.95 | 3.84 | - |
| YUV | 48.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 54 | 0 | 0.55 | 0.29 | 0.70 | 331.43 | 0.38 | 0.22 |
| Hex | 4C | 22 | 36 | 0 | 37 | 1D | 46 | 14B | 26 | 16 |
| Octal | 114 | 42 | 66 | 0 | 67 | 35 | 106 | 513 | 46 | 26 |
| Binary | 1001100 | 100010 | 110110 | 0 | 110111 | 11101 | 1000110 | 101001011 | 100110 | 10110 |
Color Harmonies of #4C2236
Complementary color
Monochromatic Colors of #4C2236
Black with #4C2236
Text Example
Text Example
White with #4C2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2236; }
p { color: rgb(76,34,54); }
H1.HeaderClassName
{
color: #4C2236;
}
.AnyTagClassName
{
color: #4C2236;
}
</style>
background-color css
<style>
a { background-color: #4C2236; }
a { background-color: rgb(76,34,54); }
div.DivClassName
{
background-color: #4C2236;
}
.BgClassName
{
background-color: #4C2236;
}
</style>
border-color css
<style>
span { border-color: #4C2236; }
span { border-color: rgb(76,34,54); }
td.TdClassName
{
border-color: #4C2236;
}
.TagClassName
{
border-color: #4C2236;
}
</style>