Shades of Barossa #582E45
Tints of Barossa #582E45
RGB
CMYK
RGB Variations
Color information
#582E45 (or 0x582E45) is known color: Barossa. HEX triplet: 58, 2E and 45. RGB value is (88,46,69). Sum of RGB (Red+Green+Blue) = 88+46+69=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E45 is #A7D1BA. Grayscale: #3D3D3D. Windows color (decimal): -10998203 or 4533848. OLE color: 4533848.
HSL color Cylindrical-coordinate representation of color #582E45: hue angle of 327.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E45 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 69 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.65 |
| HSL | 327.14º | 0.31% | 0.26% | - |
| HSV(B) | 327.14º | 0.48% | 0.35% | - |
| XYZ | 6.08 | 4.46 | 6.17 | - |
| YUV | 61.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 69 | 0 | 0.48 | 0.22 | 0.65 | 327.14 | 0.31 | 0.26 |
| Hex | 58 | 2E | 45 | 0 | 30 | 16 | 41 | 147 | 1F | 1A |
| Octal | 130 | 56 | 105 | 0 | 60 | 26 | 101 | 507 | 37 | 32 |
| Binary | 1011000 | 101110 | 1000101 | 0 | 110000 | 10110 | 1000001 | 101000111 | 11111 | 11010 |
Color Harmonies of #582E45
Complementary color
Monochromatic Colors of #582E45
Black with #582E45
Text Example
Text Example
White with #582E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E45; }
p { color: rgb(88,46,69); }
H1.HeaderClassName
{
color: #582E45;
}
.AnyTagClassName
{
color: #582E45;
}
</style>
background-color css
<style>
a { background-color: #582E45; }
a { background-color: rgb(88,46,69); }
div.DivClassName
{
background-color: #582E45;
}
.BgClassName
{
background-color: #582E45;
}
</style>
border-color css
<style>
span { border-color: #582E45; }
span { border-color: rgb(88,46,69); }
td.TdClassName
{
border-color: #582E45;
}
.TagClassName
{
border-color: #582E45;
}
</style>