Shades of Barossa #4C2D3C
Tints of Barossa #4C2D3C
RGB
CMYK
RGB Variations
Color information
#4C2D3C (or 0x4C2D3C) is known color: Barossa. HEX triplet: 4C, 2D and 3C. RGB value is (76,45,60). Sum of RGB (Red+Green+Blue) = 76+45+60=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D3C is #B3D2C3. Grayscale: #373737. Windows color (decimal): -11784900 or 3943756. OLE color: 3943756.
HSL color Cylindrical-coordinate representation of color #4C2D3C: hue angle of 330.97º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C2D3C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
RGB | 76 | 45 | 60 | - |
CMYK | 0 | 0.41 | 0.21 | 0.70 |
HSL | 330.97º | 0.26% | 0.24% | - |
HSV(B) | 330.97º | 0.41% | 0.3% | - |
XYZ | 4.73 | 3.74 | 4.75 | - |
YUV | 55.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 45 | 60 | 0 | 0.41 | 0.21 | 0.70 | 330.97 | 0.26 | 0.24 |
Hex | 4C | 2D | 3C | 0 | 29 | 15 | 46 | 14B | 1A | 18 |
Octal | 114 | 55 | 74 | 0 | 51 | 25 | 106 | 513 | 32 | 30 |
Binary | 1001100 | 101101 | 111100 | 0 | 101001 | 10101 | 1000110 | 101001011 | 11010 | 11000 |
Color Harmonies of #4C2D3C
Complementary color
Monochromatic Colors of #4C2D3C
Black with #4C2D3C
Text Example
Text Example
White with #4C2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D3C; }
p { color: rgb(76,45,60); }
H1.HeaderClassName
{
color: #4C2D3C;
}
.AnyTagClassName
{
color: #4C2D3C;
}
</style>
background-color css
<style>
a { background-color: #4C2D3C; }
a { background-color: rgb(76,45,60); }
div.DivClassName
{
background-color: #4C2D3C;
}
.BgClassName
{
background-color: #4C2D3C;
}
</style>
border-color css
<style>
span { border-color: #4C2D3C; }
span { border-color: rgb(76,45,60); }
td.TdClassName
{
border-color: #4C2D3C;
}
.TagClassName
{
border-color: #4C2D3C;
}
</style>