Shades of Barossa #48253B
Tints of Barossa #48253B
RGB
CMYK
RGB Variations
Color information
#48253B (or 0x48253B) is known color: Barossa. HEX triplet: 48, 25 and 3B. RGB value is (72,37,59). Sum of RGB (Red+Green+Blue) = 72+37+59=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253B is #B7DAC4. Grayscale: #313131. Windows color (decimal): -12049093 or 3876168. OLE color: 3876168.
HSL color Cylindrical-coordinate representation of color #48253B: hue angle of 322.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48253B is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 59 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.72 |
| HSL | 322.29º | 0.32% | 0.21% | - |
| HSV(B) | 322.29º | 0.49% | 0.28% | - |
| XYZ | 4.12 | 3.02 | 4.5 | - |
| YUV | 49.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 59 | 0 | 0.49 | 0.18 | 0.72 | 322.29 | 0.32 | 0.21 |
| Hex | 48 | 25 | 3B | 0 | 31 | 12 | 48 | 142 | 20 | 15 |
| Octal | 110 | 45 | 73 | 0 | 61 | 22 | 110 | 502 | 40 | 25 |
| Binary | 1001000 | 100101 | 111011 | 0 | 110001 | 10010 | 1001000 | 101000010 | 100000 | 10101 |
Color Harmonies of #48253B
Complementary color
Monochromatic Colors of #48253B
Black with #48253B
Text Example
Text Example
White with #48253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48253B; }
p { color: rgb(72,37,59); }
H1.HeaderClassName
{
color: #48253B;
}
.AnyTagClassName
{
color: #48253B;
}
</style>
background-color css
<style>
a { background-color: #48253B; }
a { background-color: rgb(72,37,59); }
div.DivClassName
{
background-color: #48253B;
}
.BgClassName
{
background-color: #48253B;
}
</style>
border-color css
<style>
span { border-color: #48253B; }
span { border-color: rgb(72,37,59); }
td.TdClassName
{
border-color: #48253B;
}
.TagClassName
{
border-color: #48253B;
}
</style>