Shades of Barossa #4C223C
Tints of Barossa #4C223C
RGB
CMYK
RGB Variations
Color information
#4C223C (or 0x4C223C) is known color: Barossa. HEX triplet: 4C, 22 and 3C. RGB value is (76,34,60). Sum of RGB (Red+Green+Blue) = 76+34+60=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C223C is #B3DDC3. Grayscale: #313131. Windows color (decimal): -11787716 or 3940940. OLE color: 3940940.
HSL color Cylindrical-coordinate representation of color #4C223C: hue angle of 322.86º 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 #4C223C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 60 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.70 |
| HSL | 322.86º | 0.38% | 0.22% | - |
| HSV(B) | 322.86º | 0.55% | 0.3% | - |
| XYZ | 4.37 | 3.01 | 4.63 | - |
| YUV | 49.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 60 | 0 | 0.55 | 0.21 | 0.70 | 322.86 | 0.38 | 0.22 |
| Hex | 4C | 22 | 3C | 0 | 37 | 15 | 46 | 143 | 26 | 16 |
| Octal | 114 | 42 | 74 | 0 | 67 | 25 | 106 | 503 | 46 | 26 |
| Binary | 1001100 | 100010 | 111100 | 0 | 110111 | 10101 | 1000110 | 101000011 | 100110 | 10110 |
Color Harmonies of #4C223C
Complementary color
Monochromatic Colors of #4C223C
Black with #4C223C
Text Example
Text Example
White with #4C223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C223C; }
p { color: rgb(76,34,60); }
H1.HeaderClassName
{
color: #4C223C;
}
.AnyTagClassName
{
color: #4C223C;
}
</style>
background-color css
<style>
a { background-color: #4C223C; }
a { background-color: rgb(76,34,60); }
div.DivClassName
{
background-color: #4C223C;
}
.BgClassName
{
background-color: #4C223C;
}
</style>
border-color css
<style>
span { border-color: #4C223C; }
span { border-color: rgb(76,34,60); }
td.TdClassName
{
border-color: #4C223C;
}
.TagClassName
{
border-color: #4C223C;
}
</style>