Shades of Black Rose #582839
Tints of Black Rose #582839
RGB
CMYK
RGB Variations
Color information
#582839 (or 0x582839) is known color: Black Rose. HEX triplet: 58, 28 and 39. RGB value is (88,40,57). Sum of RGB (Red+Green+Blue) = 88+40+57=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #582839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582839 is #A7D7C6. Grayscale: #383838. Windows color (decimal): -10999751 or 3745880. OLE color: 3745880.
HSL color Cylindrical-coordinate representation of color #582839: hue angle of 338.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 #582839 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 57 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.65 |
| HSL | 338.75º | 0.38% | 0.25% | - |
| HSV(B) | 338.75º | 0.55% | 0.35% | - |
| XYZ | 5.52 | 3.89 | 4.33 | - |
| YUV | 56.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 57 | 0 | 0.55 | 0.35 | 0.65 | 338.75 | 0.38 | 0.25 |
| Hex | 58 | 28 | 39 | 0 | 37 | 23 | 41 | 153 | 26 | 19 |
| Octal | 130 | 50 | 71 | 0 | 67 | 43 | 101 | 523 | 46 | 31 |
| Binary | 1011000 | 101000 | 111001 | 0 | 110111 | 100011 | 1000001 | 101010011 | 100110 | 11001 |
Color Harmonies of #582839
Complementary color
Monochromatic Colors of #582839
Black with #582839
Text Example
Text Example
White with #582839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582839; }
p { color: rgb(88,40,57); }
H1.HeaderClassName
{
color: #582839;
}
.AnyTagClassName
{
color: #582839;
}
</style>
background-color css
<style>
a { background-color: #582839; }
a { background-color: rgb(88,40,57); }
div.DivClassName
{
background-color: #582839;
}
.BgClassName
{
background-color: #582839;
}
</style>
border-color css
<style>
span { border-color: #582839; }
span { border-color: rgb(88,40,57); }
td.TdClassName
{
border-color: #582839;
}
.TagClassName
{
border-color: #582839;
}
</style>