Shades of Black Rose #582835
Tints of Black Rose #582835
RGB
CMYK
RGB Variations
Color information
#582835 (or 0x582835) is known color: Black Rose. HEX triplet: 58, 28 and 35. RGB value is (88,40,53). Sum of RGB (Red+Green+Blue) = 88+40+53=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #582835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582835 is #A7D7CA. Grayscale: #373737. Windows color (decimal): -10999755 or 3483736. OLE color: 3483736.
HSL color Cylindrical-coordinate representation of color #582835: hue angle of 343.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #582835 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 53 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.65 |
| HSL | 343.75º | 0.38% | 0.25% | - |
| HSV(B) | 343.75º | 0.55% | 0.35% | - |
| XYZ | 5.43 | 3.85 | 3.83 | - |
| YUV | 55.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 53 | 0 | 0.55 | 0.40 | 0.65 | 343.75 | 0.38 | 0.25 |
| Hex | 58 | 28 | 35 | 0 | 37 | 28 | 41 | 158 | 26 | 19 |
| Octal | 130 | 50 | 65 | 0 | 67 | 50 | 101 | 530 | 46 | 31 |
| Binary | 1011000 | 101000 | 110101 | 0 | 110111 | 101000 | 1000001 | 101011000 | 100110 | 11001 |
Color Harmonies of #582835
Complementary color
Monochromatic Colors of #582835
Black with #582835
Text Example
Text Example
White with #582835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582835; }
p { color: rgb(88,40,53); }
H1.HeaderClassName
{
color: #582835;
}
.AnyTagClassName
{
color: #582835;
}
</style>
background-color css
<style>
a { background-color: #582835; }
a { background-color: rgb(88,40,53); }
div.DivClassName
{
background-color: #582835;
}
.BgClassName
{
background-color: #582835;
}
</style>
border-color css
<style>
span { border-color: #582835; }
span { border-color: rgb(88,40,53); }
td.TdClassName
{
border-color: #582835;
}
.TagClassName
{
border-color: #582835;
}
</style>