Shades of Barossa #482A3A
Tints of Barossa #482A3A
RGB
CMYK
RGB Variations
Color information
#482A3A (or 0x482A3A) is known color: Barossa. HEX triplet: 48, 2A and 3A. RGB value is (72,42,58). Sum of RGB (Red+Green+Blue) = 72+42+58=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A3A is #B7D5C5. Grayscale: #343434. Windows color (decimal): -12047814 or 3811912. OLE color: 3811912.
HSL color Cylindrical-coordinate representation of color #482A3A: hue angle of 328º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A3A is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 58 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.72 |
| HSL | 328º | 0.26% | 0.22% | - |
| HSV(B) | 328º | 0.42% | 0.28% | - |
| XYZ | 4.26 | 3.34 | 4.42 | - |
| YUV | 52.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 58 | 0 | 0.42 | 0.19 | 0.72 | 328 | 0.26 | 0.22 |
| Hex | 48 | 2A | 3A | 0 | 2A | 13 | 48 | 148 | 1A | 16 |
| Octal | 110 | 52 | 72 | 0 | 52 | 23 | 110 | 510 | 32 | 26 |
| Binary | 1001000 | 101010 | 111010 | 0 | 101010 | 10011 | 1001000 | 101001000 | 11010 | 10110 |
Color Harmonies of #482A3A
Complementary color
Monochromatic Colors of #482A3A
Black with #482A3A
Text Example
Text Example
White with #482A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A3A; }
p { color: rgb(72,42,58); }
H1.HeaderClassName
{
color: #482A3A;
}
.AnyTagClassName
{
color: #482A3A;
}
</style>
background-color css
<style>
a { background-color: #482A3A; }
a { background-color: rgb(72,42,58); }
div.DivClassName
{
background-color: #482A3A;
}
.BgClassName
{
background-color: #482A3A;
}
</style>
border-color css
<style>
span { border-color: #482A3A; }
span { border-color: rgb(72,42,58); }
td.TdClassName
{
border-color: #482A3A;
}
.TagClassName
{
border-color: #482A3A;
}
</style>