Shades of Black Rose #582C3F
Tints of Black Rose #582C3F
RGB
CMYK
RGB Variations
Color information
#582C3F (or 0x582C3F) is known color: Black Rose. HEX triplet: 58, 2C and 3F. RGB value is (88,44,63). Sum of RGB (Red+Green+Blue) = 88+44+63=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C3F is #A7D3C0. Grayscale: #3B3B3B. Windows color (decimal): -10998721 or 4140120. OLE color: 4140120.
HSL color Cylindrical-coordinate representation of color #582C3F: hue angle of 334.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C3F is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 63 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.65 |
| HSL | 334.09º | 0.33% | 0.26% | - |
| HSV(B) | 334.09º | 0.5% | 0.35% | - |
| XYZ | 5.82 | 4.23 | 5.21 | - |
| YUV | 59.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 63 | 0 | 0.5 | 0.28 | 0.65 | 334.09 | 0.33 | 0.26 |
| Hex | 58 | 2C | 3F | 0 | 32 | 1C | 41 | 14E | 21 | 1A |
| Octal | 130 | 54 | 77 | 0 | 62 | 34 | 101 | 516 | 41 | 32 |
| Binary | 1011000 | 101100 | 111111 | 0 | 110010 | 11100 | 1000001 | 101001110 | 100001 | 11010 |
Color Harmonies of #582C3F
Complementary color
Monochromatic Colors of #582C3F
Black with #582C3F
Text Example
Text Example
White with #582C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C3F; }
p { color: rgb(88,44,63); }
H1.HeaderClassName
{
color: #582C3F;
}
.AnyTagClassName
{
color: #582C3F;
}
</style>
background-color css
<style>
a { background-color: #582C3F; }
a { background-color: rgb(88,44,63); }
div.DivClassName
{
background-color: #582C3F;
}
.BgClassName
{
background-color: #582C3F;
}
</style>
border-color css
<style>
span { border-color: #582C3F; }
span { border-color: rgb(88,44,63); }
td.TdClassName
{
border-color: #582C3F;
}
.TagClassName
{
border-color: #582C3F;
}
</style>