Shades of Black Rose #582035
Tints of Black Rose #582035
RGB
CMYK
RGB Variations
Color information
#582035 (or 0x582035) is known color: Black Rose. HEX triplet: 58, 20 and 35. RGB value is (88,32,53). Sum of RGB (Red+Green+Blue) = 88+32+53=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582035 is #A7DFCA. Grayscale: #333333. Windows color (decimal): -11001803 or 3481688. OLE color: 3481688.
HSL color Cylindrical-coordinate representation of color #582035: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582035 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 53 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.65 |
| HSL | 337.5º | 0.47% | 0.24% | - |
| HSV(B) | 337.5º | 0.64% | 0.35% | - |
| XYZ | 5.18 | 3.36 | 3.74 | - |
| YUV | 51.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 53 | 0 | 0.64 | 0.40 | 0.65 | 337.5 | 0.47 | 0.24 |
| Hex | 58 | 20 | 35 | 0 | 40 | 28 | 41 | 152 | 2F | 18 |
| Octal | 130 | 40 | 65 | 0 | 100 | 50 | 101 | 522 | 57 | 30 |
| Binary | 1011000 | 100000 | 110101 | 0 | 1000000 | 101000 | 1000001 | 101010010 | 101111 | 11000 |
Color Harmonies of #582035
Complementary color
Monochromatic Colors of #582035
Black with #582035
Text Example
Text Example
White with #582035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582035; }
p { color: rgb(88,32,53); }
H1.HeaderClassName
{
color: #582035;
}
.AnyTagClassName
{
color: #582035;
}
</style>
background-color css
<style>
a { background-color: #582035; }
a { background-color: rgb(88,32,53); }
div.DivClassName
{
background-color: #582035;
}
.BgClassName
{
background-color: #582035;
}
</style>
border-color css
<style>
span { border-color: #582035; }
span { border-color: rgb(88,32,53); }
td.TdClassName
{
border-color: #582035;
}
.TagClassName
{
border-color: #582035;
}
</style>