Shades of Black Rose #582D3F
Tints of Black Rose #582D3F
RGB
CMYK
RGB Variations
Color information
#582D3F (or 0x582D3F) is known color: Black Rose. HEX triplet: 58, 2D and 3F. RGB value is (88,45,63). Sum of RGB (Red+Green+Blue) = 88+45+63=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D3F is #A7D2C0. Grayscale: #3B3B3B. Windows color (decimal): -10998465 or 4140376. OLE color: 4140376.
HSL color Cylindrical-coordinate representation of color #582D3F: hue angle of 334.88º 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 #582D3F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 63 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.65 |
| HSL | 334.88º | 0.32% | 0.26% | - |
| HSV(B) | 334.88º | 0.49% | 0.35% | - |
| XYZ | 5.86 | 4.31 | 5.23 | - |
| YUV | 59.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 63 | 0 | 0.49 | 0.28 | 0.65 | 334.88 | 0.32 | 0.26 |
| Hex | 58 | 2D | 3F | 0 | 31 | 1C | 41 | 14F | 20 | 1A |
| Octal | 130 | 55 | 77 | 0 | 61 | 34 | 101 | 517 | 40 | 32 |
| Binary | 1011000 | 101101 | 111111 | 0 | 110001 | 11100 | 1000001 | 101001111 | 100000 | 11010 |
Color Harmonies of #582D3F
Complementary color
Monochromatic Colors of #582D3F
Black with #582D3F
Text Example
Text Example
White with #582D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D3F; }
p { color: rgb(88,45,63); }
H1.HeaderClassName
{
color: #582D3F;
}
.AnyTagClassName
{
color: #582D3F;
}
</style>
background-color css
<style>
a { background-color: #582D3F; }
a { background-color: rgb(88,45,63); }
div.DivClassName
{
background-color: #582D3F;
}
.BgClassName
{
background-color: #582D3F;
}
</style>
border-color css
<style>
span { border-color: #582D3F; }
span { border-color: rgb(88,45,63); }
td.TdClassName
{
border-color: #582D3F;
}
.TagClassName
{
border-color: #582D3F;
}
</style>