Shades of Black Rose #582139
Tints of Black Rose #582139
RGB
CMYK
RGB Variations
Color information
#582139 (or 0x582139) is known color: Black Rose. HEX triplet: 58, 21 and 39. RGB value is (88,33,57). Sum of RGB (Red+Green+Blue) = 88+33+57=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582139 is #A7DEC6. Grayscale: #343434. Windows color (decimal): -11001543 or 3744088. OLE color: 3744088.
HSL color Cylindrical-coordinate representation of color #582139: hue angle of 333.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582139 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 33 | 57 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.65 |
| HSL | 333.82º | 0.45% | 0.24% | - |
| HSV(B) | 333.82º | 0.63% | 0.35% | - |
| XYZ | 5.31 | 3.46 | 4.26 | - |
| YUV | 52.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 57 | 0 | 0.62 | 0.35 | 0.65 | 333.82 | 0.45 | 0.24 |
| Hex | 58 | 21 | 39 | 0 | 3E | 23 | 41 | 14E | 2D | 18 |
| Octal | 130 | 41 | 71 | 0 | 76 | 43 | 101 | 516 | 55 | 30 |
| Binary | 1011000 | 100001 | 111001 | 0 | 111110 | 100011 | 1000001 | 101001110 | 101101 | 11000 |
Color Harmonies of #582139
Complementary color
Monochromatic Colors of #582139
Black with #582139
Text Example
Text Example
White with #582139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582139; }
p { color: rgb(88,33,57); }
H1.HeaderClassName
{
color: #582139;
}
.AnyTagClassName
{
color: #582139;
}
</style>
background-color css
<style>
a { background-color: #582139; }
a { background-color: rgb(88,33,57); }
div.DivClassName
{
background-color: #582139;
}
.BgClassName
{
background-color: #582139;
}
</style>
border-color css
<style>
span { border-color: #582139; }
span { border-color: rgb(88,33,57); }
td.TdClassName
{
border-color: #582139;
}
.TagClassName
{
border-color: #582139;
}
</style>