Shades of Barossa #4B253C
Tints of Barossa #4B253C
RGB
CMYK
RGB Variations
Color information
#4B253C (or 0x4B253C) is known color: Barossa. HEX triplet: 4B, 25 and 3C. RGB value is (75,37,60). Sum of RGB (Red+Green+Blue) = 75+37+60=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253C is #B4DAC3. Grayscale: #323232. Windows color (decimal): -11852484 or 3941707. OLE color: 3941707.
HSL color Cylindrical-coordinate representation of color #4B253C: hue angle of 323.68º 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 #4B253C is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 60 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.71 |
| HSL | 323.68º | 0.34% | 0.22% | - |
| HSV(B) | 323.68º | 0.51% | 0.29% | - |
| XYZ | 4.38 | 3.15 | 4.65 | - |
| YUV | 50.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 60 | 0 | 0.51 | 0.20 | 0.71 | 323.68 | 0.34 | 0.22 |
| Hex | 4B | 25 | 3C | 0 | 33 | 14 | 47 | 144 | 22 | 16 |
| Octal | 113 | 45 | 74 | 0 | 63 | 24 | 107 | 504 | 42 | 26 |
| Binary | 1001011 | 100101 | 111100 | 0 | 110011 | 10100 | 1000111 | 101000100 | 100010 | 10110 |
Color Harmonies of #4B253C
Complementary color
Monochromatic Colors of #4B253C
Black with #4B253C
Text Example
Text Example
White with #4B253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B253C; }
p { color: rgb(75,37,60); }
H1.HeaderClassName
{
color: #4B253C;
}
.AnyTagClassName
{
color: #4B253C;
}
</style>
background-color css
<style>
a { background-color: #4B253C; }
a { background-color: rgb(75,37,60); }
div.DivClassName
{
background-color: #4B253C;
}
.BgClassName
{
background-color: #4B253C;
}
</style>
border-color css
<style>
span { border-color: #4B253C; }
span { border-color: rgb(75,37,60); }
td.TdClassName
{
border-color: #4B253C;
}
.TagClassName
{
border-color: #4B253C;
}
</style>