Shades of Barossa #582D41
Tints of Barossa #582D41
RGB
CMYK
RGB Variations
Color information
#582D41 (or 0x582D41) is known color: Barossa. HEX triplet: 58, 2D and 41. RGB value is (88,45,65). Sum of RGB (Red+Green+Blue) = 88+45+65=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #582D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D41 is #A7D2BE. Grayscale: #3C3C3C. Windows color (decimal): -10998463 or 4271448. OLE color: 4271448.
HSL color Cylindrical-coordinate representation of color #582D41: hue angle of 332.09º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D41 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 65 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.65 |
| HSL | 332.09º | 0.32% | 0.26% | - |
| HSV(B) | 332.09º | 0.49% | 0.35% | - |
| XYZ | 5.92 | 4.33 | 5.53 | - |
| YUV | 60.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 65 | 0 | 0.49 | 0.26 | 0.65 | 332.09 | 0.32 | 0.26 |
| Hex | 58 | 2D | 41 | 0 | 31 | 1A | 41 | 14C | 20 | 1A |
| Octal | 130 | 55 | 101 | 0 | 61 | 32 | 101 | 514 | 40 | 32 |
| Binary | 1011000 | 101101 | 1000001 | 0 | 110001 | 11010 | 1000001 | 101001100 | 100000 | 11010 |
Color Harmonies of #582D41
Complementary color
Monochromatic Colors of #582D41
Black with #582D41
Text Example
Text Example
White with #582D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D41; }
p { color: rgb(88,45,65); }
H1.HeaderClassName
{
color: #582D41;
}
.AnyTagClassName
{
color: #582D41;
}
</style>
background-color css
<style>
a { background-color: #582D41; }
a { background-color: rgb(88,45,65); }
div.DivClassName
{
background-color: #582D41;
}
.BgClassName
{
background-color: #582D41;
}
</style>
border-color css
<style>
span { border-color: #582D41; }
span { border-color: rgb(88,45,65); }
td.TdClassName
{
border-color: #582D41;
}
.TagClassName
{
border-color: #582D41;
}
</style>