Shades of Barossa #482535
Tints of Barossa #482535
RGB
CMYK
RGB Variations
Color information
#482535 (or 0x482535) is known color: Barossa. HEX triplet: 48, 25 and 35. RGB value is (72,37,53). Sum of RGB (Red+Green+Blue) = 72+37+53=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482535 is #B7DACA. Grayscale: #313131. Windows color (decimal): -12049099 or 3482952. OLE color: 3482952.
HSL color Cylindrical-coordinate representation of color #482535: hue angle of 332.57º 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 #482535 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 53 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.72 |
| HSL | 332.57º | 0.32% | 0.21% | - |
| HSV(B) | 332.57º | 0.49% | 0.28% | - |
| XYZ | 3.98 | 2.96 | 3.73 | - |
| YUV | 49.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 53 | 0 | 0.49 | 0.26 | 0.72 | 332.57 | 0.32 | 0.21 |
| Hex | 48 | 25 | 35 | 0 | 31 | 1A | 48 | 14D | 20 | 15 |
| Octal | 110 | 45 | 65 | 0 | 61 | 32 | 110 | 515 | 40 | 25 |
| Binary | 1001000 | 100101 | 110101 | 0 | 110001 | 11010 | 1001000 | 101001101 | 100000 | 10101 |
Color Harmonies of #482535
Complementary color
Monochromatic Colors of #482535
Black with #482535
Text Example
Text Example
White with #482535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482535; }
p { color: rgb(72,37,53); }
H1.HeaderClassName
{
color: #482535;
}
.AnyTagClassName
{
color: #482535;
}
</style>
background-color css
<style>
a { background-color: #482535; }
a { background-color: rgb(72,37,53); }
div.DivClassName
{
background-color: #482535;
}
.BgClassName
{
background-color: #482535;
}
</style>
border-color css
<style>
span { border-color: #482535; }
span { border-color: rgb(72,37,53); }
td.TdClassName
{
border-color: #482535;
}
.TagClassName
{
border-color: #482535;
}
</style>