Shades of Black Rose #582932
Tints of Black Rose #582932
RGB
CMYK
RGB Variations
Color information
#582932 (or 0x582932) is known color: Black Rose. HEX triplet: 58, 29 and 32. RGB value is (88,41,50). Sum of RGB (Red+Green+Blue) = 88+41+50=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582932 is #A7D6CD. Grayscale: #383838. Windows color (decimal): -10999502 or 3287384. OLE color: 3287384.
HSL color Cylindrical-coordinate representation of color #582932: hue angle of 348.51º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582932 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 50 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.65 |
| HSL | 348.51º | 0.36% | 0.25% | - |
| HSV(B) | 348.51º | 0.53% | 0.35% | - |
| XYZ | 5.39 | 3.89 | 3.48 | - |
| YUV | 56.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 50 | 0 | 0.53 | 0.43 | 0.65 | 348.51 | 0.36 | 0.25 |
| Hex | 58 | 29 | 32 | 0 | 35 | 2B | 41 | 15D | 24 | 19 |
| Octal | 130 | 51 | 62 | 0 | 65 | 53 | 101 | 535 | 44 | 31 |
| Binary | 1011000 | 101001 | 110010 | 0 | 110101 | 101011 | 1000001 | 101011101 | 100100 | 11001 |
Color Harmonies of #582932
Complementary color
Monochromatic Colors of #582932
Black with #582932
Text Example
Text Example
White with #582932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582932; }
p { color: rgb(88,41,50); }
H1.HeaderClassName
{
color: #582932;
}
.AnyTagClassName
{
color: #582932;
}
</style>
background-color css
<style>
a { background-color: #582932; }
a { background-color: rgb(88,41,50); }
div.DivClassName
{
background-color: #582932;
}
.BgClassName
{
background-color: #582932;
}
</style>
border-color css
<style>
span { border-color: #582932; }
span { border-color: rgb(88,41,50); }
td.TdClassName
{
border-color: #582932;
}
.TagClassName
{
border-color: #582932;
}
</style>