Shades of Barossa #582A41
Tints of Barossa #582A41
RGB
CMYK
RGB Variations
Color information
#582A41 (or 0x582A41) is known color: Barossa. HEX triplet: 58, 2A and 41. RGB value is (88,42,65). Sum of RGB (Red+Green+Blue) = 88+42+65=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A41 is #A7D5BE. Grayscale: #3A3A3A. Windows color (decimal): -10999231 or 4270680. OLE color: 4270680.
HSL color Cylindrical-coordinate representation of color #582A41: hue angle of 330º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A41 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 65 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.65 |
| HSL | 330º | 0.35% | 0.25% | - |
| HSV(B) | 330º | 0.52% | 0.35% | - |
| XYZ | 5.81 | 4.11 | 5.49 | - |
| YUV | 58.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 65 | 0 | 0.52 | 0.26 | 0.65 | 330 | 0.35 | 0.25 |
| Hex | 58 | 2A | 41 | 0 | 34 | 1A | 41 | 14A | 23 | 19 |
| Octal | 130 | 52 | 101 | 0 | 64 | 32 | 101 | 512 | 43 | 31 |
| Binary | 1011000 | 101010 | 1000001 | 0 | 110100 | 11010 | 1000001 | 101001010 | 100011 | 11001 |
Color Harmonies of #582A41
Complementary color
Monochromatic Colors of #582A41
Black with #582A41
Text Example
Text Example
White with #582A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A41; }
p { color: rgb(88,42,65); }
H1.HeaderClassName
{
color: #582A41;
}
.AnyTagClassName
{
color: #582A41;
}
</style>
background-color css
<style>
a { background-color: #582A41; }
a { background-color: rgb(88,42,65); }
div.DivClassName
{
background-color: #582A41;
}
.BgClassName
{
background-color: #582A41;
}
</style>
border-color css
<style>
span { border-color: #582A41; }
span { border-color: rgb(88,42,65); }
td.TdClassName
{
border-color: #582A41;
}
.TagClassName
{
border-color: #582A41;
}
</style>