Shades of Barossa #4C2F3F
Tints of Barossa #4C2F3F
RGB
CMYK
RGB Variations
Color information
#4C2F3F (or 0x4C2F3F) is known color: Barossa. HEX triplet: 4C, 2F and 3F. RGB value is (76,47,63). Sum of RGB (Red+Green+Blue) = 76+47+63=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F3F is #B3D0C0. Grayscale: #393939. Windows color (decimal): -11784385 or 4140876. OLE color: 4140876.
HSL color Cylindrical-coordinate representation of color #4C2F3F: hue angle of 326.9º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C2F3F is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 63 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.70 |
| HSL | 326.9º | 0.24% | 0.24% | - |
| HSV(B) | 326.9º | 0.38% | 0.3% | - |
| XYZ | 4.89 | 3.93 | 5.2 | - |
| YUV | 57.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 63 | 0 | 0.38 | 0.17 | 0.70 | 326.9 | 0.24 | 0.24 |
| Hex | 4C | 2F | 3F | 0 | 26 | 11 | 46 | 147 | 18 | 18 |
| Octal | 114 | 57 | 77 | 0 | 46 | 21 | 106 | 507 | 30 | 30 |
| Binary | 1001100 | 101111 | 111111 | 0 | 100110 | 10001 | 1000110 | 101000111 | 11000 | 11000 |
Color Harmonies of #4C2F3F
Complementary color
Monochromatic Colors of #4C2F3F
Black with #4C2F3F
Text Example
Text Example
White with #4C2F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F3F; }
p { color: rgb(76,47,63); }
H1.HeaderClassName
{
color: #4C2F3F;
}
.AnyTagClassName
{
color: #4C2F3F;
}
</style>
background-color css
<style>
a { background-color: #4C2F3F; }
a { background-color: rgb(76,47,63); }
div.DivClassName
{
background-color: #4C2F3F;
}
.BgClassName
{
background-color: #4C2F3F;
}
</style>
border-color css
<style>
span { border-color: #4C2F3F; }
span { border-color: rgb(76,47,63); }
td.TdClassName
{
border-color: #4C2F3F;
}
.TagClassName
{
border-color: #4C2F3F;
}
</style>