Shades of Barossa #4C253B
Tints of Barossa #4C253B
RGB
CMYK
RGB Variations
Color information
#4C253B (or 0x4C253B) is known color: Barossa. HEX triplet: 4C, 25 and 3B. RGB value is (76,37,59). Sum of RGB (Red+Green+Blue) = 76+37+59=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C253B is #B3DAC4. Grayscale: #333333. Windows color (decimal): -11786949 or 3876172. OLE color: 3876172.
HSL color Cylindrical-coordinate representation of color #4C253B: hue angle of 326.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C253B is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 59 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.70 |
| HSL | 326.15º | 0.35% | 0.22% | - |
| HSV(B) | 326.15º | 0.51% | 0.3% | - |
| XYZ | 4.43 | 3.18 | 4.52 | - |
| YUV | 51.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 59 | 0 | 0.51 | 0.22 | 0.70 | 326.15 | 0.35 | 0.22 |
| Hex | 4C | 25 | 3B | 0 | 33 | 16 | 46 | 146 | 23 | 16 |
| Octal | 114 | 45 | 73 | 0 | 63 | 26 | 106 | 506 | 43 | 26 |
| Binary | 1001100 | 100101 | 111011 | 0 | 110011 | 10110 | 1000110 | 101000110 | 100011 | 10110 |
Color Harmonies of #4C253B
Complementary color
Monochromatic Colors of #4C253B
Black with #4C253B
Text Example
Text Example
White with #4C253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C253B; }
p { color: rgb(76,37,59); }
H1.HeaderClassName
{
color: #4C253B;
}
.AnyTagClassName
{
color: #4C253B;
}
</style>
background-color css
<style>
a { background-color: #4C253B; }
a { background-color: rgb(76,37,59); }
div.DivClassName
{
background-color: #4C253B;
}
.BgClassName
{
background-color: #4C253B;
}
</style>
border-color css
<style>
span { border-color: #4C253B; }
span { border-color: rgb(76,37,59); }
td.TdClassName
{
border-color: #4C253B;
}
.TagClassName
{
border-color: #4C253B;
}
</style>