Shades of Barossa #582C43
Tints of Barossa #582C43
RGB
CMYK
RGB Variations
Color information
#582C43 (or 0x582C43) is known color: Barossa. HEX triplet: 58, 2C and 43. RGB value is (88,44,67). Sum of RGB (Red+Green+Blue) = 88+44+67=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C43 is #A7D3BC. Grayscale: #3B3B3B. Windows color (decimal): -10998717 or 4402264. OLE color: 4402264.
HSL color Cylindrical-coordinate representation of color #582C43: hue angle of 328.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C43 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 67 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.65 |
| HSL | 328.64º | 0.33% | 0.26% | - |
| HSV(B) | 328.64º | 0.5% | 0.35% | - |
| XYZ | 5.94 | 4.28 | 5.82 | - |
| YUV | 59.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 67 | 0 | 0.5 | 0.24 | 0.65 | 328.64 | 0.33 | 0.26 |
| Hex | 58 | 2C | 43 | 0 | 32 | 18 | 41 | 149 | 21 | 1A |
| Octal | 130 | 54 | 103 | 0 | 62 | 30 | 101 | 511 | 41 | 32 |
| Binary | 1011000 | 101100 | 1000011 | 0 | 110010 | 11000 | 1000001 | 101001001 | 100001 | 11010 |
Color Harmonies of #582C43
Complementary color
Monochromatic Colors of #582C43
Black with #582C43
Text Example
Text Example
White with #582C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C43; }
p { color: rgb(88,44,67); }
H1.HeaderClassName
{
color: #582C43;
}
.AnyTagClassName
{
color: #582C43;
}
</style>
background-color css
<style>
a { background-color: #582C43; }
a { background-color: rgb(88,44,67); }
div.DivClassName
{
background-color: #582C43;
}
.BgClassName
{
background-color: #582C43;
}
</style>
border-color css
<style>
span { border-color: #582C43; }
span { border-color: rgb(88,44,67); }
td.TdClassName
{
border-color: #582C43;
}
.TagClassName
{
border-color: #582C43;
}
</style>