Shades of Barossa #4B253D
Tints of Barossa #4B253D
RGB
CMYK
RGB Variations
Color information
#4B253D (or 0x4B253D) is known color: Barossa. HEX triplet: 4B, 25 and 3D. RGB value is (75,37,61). Sum of RGB (Red+Green+Blue) = 75+37+61=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253D is #B4DAC2. Grayscale: #333333. Windows color (decimal): -11852483 or 4007243. OLE color: 4007243.
HSL color Cylindrical-coordinate representation of color #4B253D: hue angle of 322.11º 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 #4B253D is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 61 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.71 |
| HSL | 322.11º | 0.34% | 0.22% | - |
| HSV(B) | 322.11º | 0.51% | 0.29% | - |
| XYZ | 4.41 | 3.16 | 4.79 | - |
| YUV | 51.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 61 | 0 | 0.51 | 0.19 | 0.71 | 322.11 | 0.34 | 0.22 |
| Hex | 4B | 25 | 3D | 0 | 33 | 13 | 47 | 142 | 22 | 16 |
| Octal | 113 | 45 | 75 | 0 | 63 | 23 | 107 | 502 | 42 | 26 |
| Binary | 1001011 | 100101 | 111101 | 0 | 110011 | 10011 | 1000111 | 101000010 | 100010 | 10110 |
Color Harmonies of #4B253D
Complementary color
Monochromatic Colors of #4B253D
Black with #4B253D
Text Example
Text Example
White with #4B253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B253D; }
p { color: rgb(75,37,61); }
H1.HeaderClassName
{
color: #4B253D;
}
.AnyTagClassName
{
color: #4B253D;
}
</style>
background-color css
<style>
a { background-color: #4B253D; }
a { background-color: rgb(75,37,61); }
div.DivClassName
{
background-color: #4B253D;
}
.BgClassName
{
background-color: #4B253D;
}
</style>
border-color css
<style>
span { border-color: #4B253D; }
span { border-color: rgb(75,37,61); }
td.TdClassName
{
border-color: #4B253D;
}
.TagClassName
{
border-color: #4B253D;
}
</style>