Shades of Barossa #4B253B
Tints of Barossa #4B253B
RGB
CMYK
RGB Variations
Color information
#4B253B (or 0x4B253B) is known color: Barossa. HEX triplet: 4B, 25 and 3B. RGB value is (75,37,59). Sum of RGB (Red+Green+Blue) = 75+37+59=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253B is #B4DAC4. Grayscale: #323232. Windows color (decimal): -11852485 or 3876171. OLE color: 3876171.
HSL color Cylindrical-coordinate representation of color #4B253B: hue angle of 325.26º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B253B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 59 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.71 |
| HSL | 325.26º | 0.34% | 0.22% | - |
| HSV(B) | 325.26º | 0.51% | 0.29% | - |
| XYZ | 4.35 | 3.13 | 4.51 | - |
| YUV | 50.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 59 | 0 | 0.51 | 0.21 | 0.71 | 325.26 | 0.34 | 0.22 |
| Hex | 4B | 25 | 3B | 0 | 33 | 15 | 47 | 145 | 22 | 16 |
| Octal | 113 | 45 | 73 | 0 | 63 | 25 | 107 | 505 | 42 | 26 |
| Binary | 1001011 | 100101 | 111011 | 0 | 110011 | 10101 | 1000111 | 101000101 | 100010 | 10110 |
Color Harmonies of #4B253B
Complementary color
Monochromatic Colors of #4B253B
Black with #4B253B
Text Example
Text Example
White with #4B253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B253B; }
p { color: rgb(75,37,59); }
H1.HeaderClassName
{
color: #4B253B;
}
.AnyTagClassName
{
color: #4B253B;
}
</style>
background-color css
<style>
a { background-color: #4B253B; }
a { background-color: rgb(75,37,59); }
div.DivClassName
{
background-color: #4B253B;
}
.BgClassName
{
background-color: #4B253B;
}
</style>
border-color css
<style>
span { border-color: #4B253B; }
span { border-color: rgb(75,37,59); }
td.TdClassName
{
border-color: #4B253B;
}
.TagClassName
{
border-color: #4B253B;
}
</style>