Shades of Black Rose #59283C
Tints of Black Rose #59283C
RGB
CMYK
RGB Variations
Color information
#59283C (or 0x59283C) is known color: Black Rose. HEX triplet: 59, 28 and 3C. RGB value is (89,40,60). Sum of RGB (Red+Green+Blue) = 89+40+60=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283C is #A6D7C3. Grayscale: #383838. Windows color (decimal): -10934212 or 3942489. OLE color: 3942489.
HSL color Cylindrical-coordinate representation of color #59283C: hue angle of 335.51º 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 #59283C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 60 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.65 |
| HSL | 335.51º | 0.38% | 0.25% | - |
| HSV(B) | 335.51º | 0.55% | 0.35% | - |
| XYZ | 5.69 | 3.97 | 4.74 | - |
| YUV | 56.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 60 | 0 | 0.55 | 0.33 | 0.65 | 335.51 | 0.38 | 0.25 |
| Hex | 59 | 28 | 3C | 0 | 37 | 21 | 41 | 150 | 26 | 19 |
| Octal | 131 | 50 | 74 | 0 | 67 | 41 | 101 | 520 | 46 | 31 |
| Binary | 1011001 | 101000 | 111100 | 0 | 110111 | 100001 | 1000001 | 101010000 | 100110 | 11001 |
Color Harmonies of #59283C
Complementary color
Monochromatic Colors of #59283C
Black with #59283C
Text Example
Text Example
White with #59283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59283C; }
p { color: rgb(89,40,60); }
H1.HeaderClassName
{
color: #59283C;
}
.AnyTagClassName
{
color: #59283C;
}
</style>
background-color css
<style>
a { background-color: #59283C; }
a { background-color: rgb(89,40,60); }
div.DivClassName
{
background-color: #59283C;
}
.BgClassName
{
background-color: #59283C;
}
</style>
border-color css
<style>
span { border-color: #59283C; }
span { border-color: rgb(89,40,60); }
td.TdClassName
{
border-color: #59283C;
}
.TagClassName
{
border-color: #59283C;
}
</style>