Shades of Barossa #4C243C
Tints of Barossa #4C243C
RGB
CMYK
RGB Variations
Color information
#4C243C (or 0x4C243C) is known color: Barossa. HEX triplet: 4C, 24 and 3C. RGB value is (76,36,60). Sum of RGB (Red+Green+Blue) = 76+36+60=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C243C is #B3DBC3. Grayscale: #323232. Windows color (decimal): -11787204 or 3941452. OLE color: 3941452.
HSL color Cylindrical-coordinate representation of color #4C243C: hue angle of 324º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C243C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 60 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.70 |
| HSL | 324º | 0.36% | 0.22% | - |
| HSV(B) | 324º | 0.53% | 0.3% | - |
| XYZ | 4.43 | 3.12 | 4.64 | - |
| YUV | 50.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 60 | 0 | 0.53 | 0.21 | 0.70 | 324 | 0.36 | 0.22 |
| Hex | 4C | 24 | 3C | 0 | 35 | 15 | 46 | 144 | 24 | 16 |
| Octal | 114 | 44 | 74 | 0 | 65 | 25 | 106 | 504 | 44 | 26 |
| Binary | 1001100 | 100100 | 111100 | 0 | 110101 | 10101 | 1000110 | 101000100 | 100100 | 10110 |
Color Harmonies of #4C243C
Complementary color
Monochromatic Colors of #4C243C
Black with #4C243C
Text Example
Text Example
White with #4C243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C243C; }
p { color: rgb(76,36,60); }
H1.HeaderClassName
{
color: #4C243C;
}
.AnyTagClassName
{
color: #4C243C;
}
</style>
background-color css
<style>
a { background-color: #4C243C; }
a { background-color: rgb(76,36,60); }
div.DivClassName
{
background-color: #4C243C;
}
.BgClassName
{
background-color: #4C243C;
}
</style>
border-color css
<style>
span { border-color: #4C243C; }
span { border-color: rgb(76,36,60); }
td.TdClassName
{
border-color: #4C243C;
}
.TagClassName
{
border-color: #4C243C;
}
</style>