Shades of Black Rose #582D40
Tints of Black Rose #582D40
RGB
CMYK
RGB Variations
Color information
#582D40 (or 0x582D40) is known color: Black Rose. HEX triplet: 58, 2D and 40. RGB value is (88,45,64). Sum of RGB (Red+Green+Blue) = 88+45+64=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D40 is #A7D2BF. Grayscale: #3B3B3B. Windows color (decimal): -10998464 or 4205912. OLE color: 4205912.
HSL color Cylindrical-coordinate representation of color #582D40: hue angle of 333.49º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D40 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 64 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.65 |
| HSL | 333.49º | 0.32% | 0.26% | - |
| HSV(B) | 333.49º | 0.49% | 0.35% | - |
| XYZ | 5.89 | 4.32 | 5.37 | - |
| YUV | 60.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 64 | 0 | 0.49 | 0.27 | 0.65 | 333.49 | 0.32 | 0.26 |
| Hex | 58 | 2D | 40 | 0 | 31 | 1B | 41 | 14D | 20 | 1A |
| Octal | 130 | 55 | 100 | 0 | 61 | 33 | 101 | 515 | 40 | 32 |
| Binary | 1011000 | 101101 | 1000000 | 0 | 110001 | 11011 | 1000001 | 101001101 | 100000 | 11010 |
Color Harmonies of #582D40
Complementary color
Monochromatic Colors of #582D40
Black with #582D40
Text Example
Text Example
White with #582D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D40; }
p { color: rgb(88,45,64); }
H1.HeaderClassName
{
color: #582D40;
}
.AnyTagClassName
{
color: #582D40;
}
</style>
background-color css
<style>
a { background-color: #582D40; }
a { background-color: rgb(88,45,64); }
div.DivClassName
{
background-color: #582D40;
}
.BgClassName
{
background-color: #582D40;
}
</style>
border-color css
<style>
span { border-color: #582D40; }
span { border-color: rgb(88,45,64); }
td.TdClassName
{
border-color: #582D40;
}
.TagClassName
{
border-color: #582D40;
}
</style>