Shades of Black Rose #582432
Tints of Black Rose #582432
RGB
CMYK
RGB Variations
Color information
#582432 (or 0x582432) is known color: Black Rose. HEX triplet: 58, 24 and 32. RGB value is (88,36,50). Sum of RGB (Red+Green+Blue) = 88+36+50=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582432 is #A7DBCD. Grayscale: #353535. Windows color (decimal): -11000782 or 3286104. OLE color: 3286104.
HSL color Cylindrical-coordinate representation of color #582432: hue angle of 343.85º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582432 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 50 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.65 |
| HSL | 343.85º | 0.42% | 0.24% | - |
| HSV(B) | 343.85º | 0.59% | 0.35% | - |
| XYZ | 5.23 | 3.57 | 3.43 | - |
| YUV | 53.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 50 | 0 | 0.59 | 0.43 | 0.65 | 343.85 | 0.42 | 0.24 |
| Hex | 58 | 24 | 32 | 0 | 3B | 2B | 41 | 158 | 2A | 18 |
| Octal | 130 | 44 | 62 | 0 | 73 | 53 | 101 | 530 | 52 | 30 |
| Binary | 1011000 | 100100 | 110010 | 0 | 111011 | 101011 | 1000001 | 101011000 | 101010 | 11000 |
Color Harmonies of #582432
Complementary color
Monochromatic Colors of #582432
Black with #582432
Text Example
Text Example
White with #582432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582432; }
p { color: rgb(88,36,50); }
H1.HeaderClassName
{
color: #582432;
}
.AnyTagClassName
{
color: #582432;
}
</style>
background-color css
<style>
a { background-color: #582432; }
a { background-color: rgb(88,36,50); }
div.DivClassName
{
background-color: #582432;
}
.BgClassName
{
background-color: #582432;
}
</style>
border-color css
<style>
span { border-color: #582432; }
span { border-color: rgb(88,36,50); }
td.TdClassName
{
border-color: #582432;
}
.TagClassName
{
border-color: #582432;
}
</style>