Shades of Black Rose #582434
Tints of Black Rose #582434
RGB
CMYK
RGB Variations
Color information
#582434 (or 0x582434) is known color: Black Rose. HEX triplet: 58, 24 and 34. RGB value is (88,36,52). Sum of RGB (Red+Green+Blue) = 88+36+52=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582434 is #A7DBCB. Grayscale: #353535. Windows color (decimal): -11000780 or 3417176. OLE color: 3417176.
HSL color Cylindrical-coordinate representation of color #582434: hue angle of 341.54º 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 #582434 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 52 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.65 |
| HSL | 341.54º | 0.42% | 0.24% | - |
| HSV(B) | 341.54º | 0.59% | 0.35% | - |
| XYZ | 5.28 | 3.58 | 3.66 | - |
| YUV | 53.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 52 | 0 | 0.59 | 0.41 | 0.65 | 341.54 | 0.42 | 0.24 |
| Hex | 58 | 24 | 34 | 0 | 3B | 29 | 41 | 156 | 2A | 18 |
| Octal | 130 | 44 | 64 | 0 | 73 | 51 | 101 | 526 | 52 | 30 |
| Binary | 1011000 | 100100 | 110100 | 0 | 111011 | 101001 | 1000001 | 101010110 | 101010 | 11000 |
Color Harmonies of #582434
Complementary color
Monochromatic Colors of #582434
Black with #582434
Text Example
Text Example
White with #582434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582434; }
p { color: rgb(88,36,52); }
H1.HeaderClassName
{
color: #582434;
}
.AnyTagClassName
{
color: #582434;
}
</style>
background-color css
<style>
a { background-color: #582434; }
a { background-color: rgb(88,36,52); }
div.DivClassName
{
background-color: #582434;
}
.BgClassName
{
background-color: #582434;
}
</style>
border-color css
<style>
span { border-color: #582434; }
span { border-color: rgb(88,36,52); }
td.TdClassName
{
border-color: #582434;
}
.TagClassName
{
border-color: #582434;
}
</style>