Shades of Barossa #4C213C
Tints of Barossa #4C213C
RGB
CMYK
RGB Variations
Color information
#4C213C (or 0x4C213C) is known color: Barossa. HEX triplet: 4C, 21 and 3C. RGB value is (76,33,60). Sum of RGB (Red+Green+Blue) = 76+33+60=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C213C is #B3DEC3. Grayscale: #303030. Windows color (decimal): -11787972 or 3940684. OLE color: 3940684.
HSL color Cylindrical-coordinate representation of color #4C213C: hue angle of 322.33º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C213C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 60 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.70 |
| HSL | 322.33º | 0.39% | 0.21% | - |
| HSV(B) | 322.33º | 0.57% | 0.3% | - |
| XYZ | 4.34 | 2.95 | 4.62 | - |
| YUV | 48.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 60 | 0 | 0.57 | 0.21 | 0.70 | 322.33 | 0.39 | 0.21 |
| Hex | 4C | 21 | 3C | 0 | 39 | 15 | 46 | 142 | 27 | 15 |
| Octal | 114 | 41 | 74 | 0 | 71 | 25 | 106 | 502 | 47 | 25 |
| Binary | 1001100 | 100001 | 111100 | 0 | 111001 | 10101 | 1000110 | 101000010 | 100111 | 10101 |
Color Harmonies of #4C213C
Complementary color
Monochromatic Colors of #4C213C
Black with #4C213C
Text Example
Text Example
White with #4C213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C213C; }
p { color: rgb(76,33,60); }
H1.HeaderClassName
{
color: #4C213C;
}
.AnyTagClassName
{
color: #4C213C;
}
</style>
background-color css
<style>
a { background-color: #4C213C; }
a { background-color: rgb(76,33,60); }
div.DivClassName
{
background-color: #4C213C;
}
.BgClassName
{
background-color: #4C213C;
}
</style>
border-color css
<style>
span { border-color: #4C213C; }
span { border-color: rgb(76,33,60); }
td.TdClassName
{
border-color: #4C213C;
}
.TagClassName
{
border-color: #4C213C;
}
</style>