Shades of Barossa #48243B
Tints of Barossa #48243B
RGB
CMYK
RGB Variations
Color information
#48243B (or 0x48243B) is known color: Barossa. HEX triplet: 48, 24 and 3B. RGB value is (72,36,59). Sum of RGB (Red+Green+Blue) = 72+36+59=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243B is #B7DBC4. Grayscale: #313131. Windows color (decimal): -12049349 or 3875912. OLE color: 3875912.
HSL color Cylindrical-coordinate representation of color #48243B: hue angle of 321.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48243B is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 59 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.72 |
| HSL | 321.67º | 0.33% | 0.21% | - |
| HSV(B) | 321.67º | 0.5% | 0.28% | - |
| XYZ | 4.09 | 2.96 | 4.49 | - |
| YUV | 49.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 59 | 0 | 0.5 | 0.18 | 0.72 | 321.67 | 0.33 | 0.21 |
| Hex | 48 | 24 | 3B | 0 | 32 | 12 | 48 | 142 | 21 | 15 |
| Octal | 110 | 44 | 73 | 0 | 62 | 22 | 110 | 502 | 41 | 25 |
| Binary | 1001000 | 100100 | 111011 | 0 | 110010 | 10010 | 1001000 | 101000010 | 100001 | 10101 |
Color Harmonies of #48243B
Complementary color
Monochromatic Colors of #48243B
Black with #48243B
Text Example
Text Example
White with #48243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48243B; }
p { color: rgb(72,36,59); }
H1.HeaderClassName
{
color: #48243B;
}
.AnyTagClassName
{
color: #48243B;
}
</style>
background-color css
<style>
a { background-color: #48243B; }
a { background-color: rgb(72,36,59); }
div.DivClassName
{
background-color: #48243B;
}
.BgClassName
{
background-color: #48243B;
}
</style>
border-color css
<style>
span { border-color: #48243B; }
span { border-color: rgb(72,36,59); }
td.TdClassName
{
border-color: #48243B;
}
.TagClassName
{
border-color: #48243B;
}
</style>