Shades of Barossa #4C293B
Tints of Barossa #4C293B
RGB
CMYK
RGB Variations
Color information
#4C293B (or 0x4C293B) is known color: Barossa. HEX triplet: 4C, 29 and 3B. RGB value is (76,41,59). Sum of RGB (Red+Green+Blue) = 76+41+59=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293B is #B3D6C4. Grayscale: #353535. Windows color (decimal): -11785925 or 3877196. OLE color: 3877196.
HSL color Cylindrical-coordinate representation of color #4C293B: hue angle of 329.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C293B is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 59 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.70 |
| HSL | 329.14º | 0.3% | 0.23% | - |
| HSV(B) | 329.14º | 0.46% | 0.3% | - |
| XYZ | 4.56 | 3.44 | 4.56 | - |
| YUV | 53.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 59 | 0 | 0.46 | 0.22 | 0.70 | 329.14 | 0.3 | 0.23 |
| Hex | 4C | 29 | 3B | 0 | 2E | 16 | 46 | 149 | 1E | 17 |
| Octal | 114 | 51 | 73 | 0 | 56 | 26 | 106 | 511 | 36 | 27 |
| Binary | 1001100 | 101001 | 111011 | 0 | 101110 | 10110 | 1000110 | 101001001 | 11110 | 10111 |
Color Harmonies of #4C293B
Complementary color
Monochromatic Colors of #4C293B
Black with #4C293B
Text Example
Text Example
White with #4C293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C293B; }
p { color: rgb(76,41,59); }
H1.HeaderClassName
{
color: #4C293B;
}
.AnyTagClassName
{
color: #4C293B;
}
</style>
background-color css
<style>
a { background-color: #4C293B; }
a { background-color: rgb(76,41,59); }
div.DivClassName
{
background-color: #4C293B;
}
.BgClassName
{
background-color: #4C293B;
}
</style>
border-color css
<style>
span { border-color: #4C293B; }
span { border-color: rgb(76,41,59); }
td.TdClassName
{
border-color: #4C293B;
}
.TagClassName
{
border-color: #4C293B;
}
</style>