Shades of Barossa #4C313F
Tints of Barossa #4C313F
RGB
CMYK
RGB Variations
Color information
#4C313F (or 0x4C313F) is known color: Barossa. HEX triplet: 4C, 31 and 3F. RGB value is (76,49,63). Sum of RGB (Red+Green+Blue) = 76+49+63=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C313F is #B3CEC0. Grayscale: #3A3A3A. Windows color (decimal): -11783873 or 4141388. OLE color: 4141388.
HSL color Cylindrical-coordinate representation of color #4C313F: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C313F is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 49 | 63 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.70 |
| HSL | 328.89º | 0.22% | 0.25% | - |
| HSV(B) | 328.89º | 0.36% | 0.3% | - |
| XYZ | 4.98 | 4.09 | 5.23 | - |
| YUV | 58.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 63 | 0 | 0.36 | 0.17 | 0.70 | 328.89 | 0.22 | 0.25 |
| Hex | 4C | 31 | 3F | 0 | 24 | 11 | 46 | 149 | 16 | 19 |
| Octal | 114 | 61 | 77 | 0 | 44 | 21 | 106 | 511 | 26 | 31 |
| Binary | 1001100 | 110001 | 111111 | 0 | 100100 | 10001 | 1000110 | 101001001 | 10110 | 11001 |
Color Harmonies of #4C313F
Complementary color
Monochromatic Colors of #4C313F
Black with #4C313F
Text Example
Text Example
White with #4C313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C313F; }
p { color: rgb(76,49,63); }
H1.HeaderClassName
{
color: #4C313F;
}
.AnyTagClassName
{
color: #4C313F;
}
</style>
background-color css
<style>
a { background-color: #4C313F; }
a { background-color: rgb(76,49,63); }
div.DivClassName
{
background-color: #4C313F;
}
.BgClassName
{
background-color: #4C313F;
}
</style>
border-color css
<style>
span { border-color: #4C313F; }
span { border-color: rgb(76,49,63); }
td.TdClassName
{
border-color: #4C313F;
}
.TagClassName
{
border-color: #4C313F;
}
</style>