Shades of Black Rose #59283B
Tints of Black Rose #59283B
RGB
CMYK
RGB Variations
Color information
#59283B (or 0x59283B) is known color: Black Rose. HEX triplet: 59, 28 and 3B. RGB value is (89,40,59). Sum of RGB (Red+Green+Blue) = 89+40+59=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283B is #A6D7C4. Grayscale: #383838. Windows color (decimal): -10934213 or 3876953. OLE color: 3876953.
HSL color Cylindrical-coordinate representation of color #59283B: hue angle of 336.73º 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 #59283B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 59 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.65 |
| HSL | 336.73º | 0.38% | 0.25% | - |
| HSV(B) | 336.73º | 0.55% | 0.35% | - |
| XYZ | 5.67 | 3.96 | 4.6 | - |
| YUV | 56.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 59 | 0 | 0.55 | 0.34 | 0.65 | 336.73 | 0.38 | 0.25 |
| Hex | 59 | 28 | 3B | 0 | 37 | 22 | 41 | 151 | 26 | 19 |
| Octal | 131 | 50 | 73 | 0 | 67 | 42 | 101 | 521 | 46 | 31 |
| Binary | 1011001 | 101000 | 111011 | 0 | 110111 | 100010 | 1000001 | 101010001 | 100110 | 11001 |
Color Harmonies of #59283B
Complementary color
Monochromatic Colors of #59283B
Black with #59283B
Text Example
Text Example
White with #59283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59283B; }
p { color: rgb(89,40,59); }
H1.HeaderClassName
{
color: #59283B;
}
.AnyTagClassName
{
color: #59283B;
}
</style>
background-color css
<style>
a { background-color: #59283B; }
a { background-color: rgb(89,40,59); }
div.DivClassName
{
background-color: #59283B;
}
.BgClassName
{
background-color: #59283B;
}
</style>
border-color css
<style>
span { border-color: #59283B; }
span { border-color: rgb(89,40,59); }
td.TdClassName
{
border-color: #59283B;
}
.TagClassName
{
border-color: #59283B;
}
</style>