Shades of Barossa #4C2A3C
Tints of Barossa #4C2A3C
RGB
CMYK
RGB Variations
Color information
#4C2A3C (or 0x4C2A3C) is known color: Barossa. HEX triplet: 4C, 2A and 3C. RGB value is (76,42,60). Sum of RGB (Red+Green+Blue) = 76+42+60=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A3C is #B3D5C3. Grayscale: #363636. Windows color (decimal): -11785668 or 3942988. OLE color: 3942988.
HSL color Cylindrical-coordinate representation of color #4C2A3C: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C2A3C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 60 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.70 |
| HSL | 328.24º | 0.29% | 0.23% | - |
| HSV(B) | 328.24º | 0.45% | 0.3% | - |
| XYZ | 4.62 | 3.52 | 4.71 | - |
| YUV | 54.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 60 | 0 | 0.45 | 0.21 | 0.70 | 328.24 | 0.29 | 0.23 |
| Hex | 4C | 2A | 3C | 0 | 2D | 15 | 46 | 148 | 1D | 17 |
| Octal | 114 | 52 | 74 | 0 | 55 | 25 | 106 | 510 | 35 | 27 |
| Binary | 1001100 | 101010 | 111100 | 0 | 101101 | 10101 | 1000110 | 101001000 | 11101 | 10111 |
Color Harmonies of #4C2A3C
Complementary color
Monochromatic Colors of #4C2A3C
Black with #4C2A3C
Text Example
Text Example
White with #4C2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A3C; }
p { color: rgb(76,42,60); }
H1.HeaderClassName
{
color: #4C2A3C;
}
.AnyTagClassName
{
color: #4C2A3C;
}
</style>
background-color css
<style>
a { background-color: #4C2A3C; }
a { background-color: rgb(76,42,60); }
div.DivClassName
{
background-color: #4C2A3C;
}
.BgClassName
{
background-color: #4C2A3C;
}
</style>
border-color css
<style>
span { border-color: #4C2A3C; }
span { border-color: rgb(76,42,60); }
td.TdClassName
{
border-color: #4C2A3C;
}
.TagClassName
{
border-color: #4C2A3C;
}
</style>