Shades of Black Rose #59263C
Tints of Black Rose #59263C
RGB
CMYK
RGB Variations
Color information
#59263C (or 0x59263C) is known color: Black Rose. HEX triplet: 59, 26 and 3C. RGB value is (89,38,60). Sum of RGB (Red+Green+Blue) = 89+38+60=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59263C is #A6D9C3. Grayscale: #373737. Windows color (decimal): -10934724 or 3941977. OLE color: 3941977.
HSL color Cylindrical-coordinate representation of color #59263C: hue angle of 334.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59263C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 60 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.65 |
| HSL | 334.12º | 0.4% | 0.25% | - |
| HSV(B) | 334.12º | 0.57% | 0.35% | - |
| XYZ | 5.63 | 3.84 | 4.72 | - |
| YUV | 55.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 60 | 0 | 0.57 | 0.33 | 0.65 | 334.12 | 0.4 | 0.25 |
| Hex | 59 | 26 | 3C | 0 | 39 | 21 | 41 | 14E | 28 | 19 |
| Octal | 131 | 46 | 74 | 0 | 71 | 41 | 101 | 516 | 50 | 31 |
| Binary | 1011001 | 100110 | 111100 | 0 | 111001 | 100001 | 1000001 | 101001110 | 101000 | 11001 |
Color Harmonies of #59263C
Complementary color
Monochromatic Colors of #59263C
Black with #59263C
Text Example
Text Example
White with #59263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59263C; }
p { color: rgb(89,38,60); }
H1.HeaderClassName
{
color: #59263C;
}
.AnyTagClassName
{
color: #59263C;
}
</style>
background-color css
<style>
a { background-color: #59263C; }
a { background-color: rgb(89,38,60); }
div.DivClassName
{
background-color: #59263C;
}
.BgClassName
{
background-color: #59263C;
}
</style>
border-color css
<style>
span { border-color: #59263C; }
span { border-color: rgb(89,38,60); }
td.TdClassName
{
border-color: #59263C;
}
.TagClassName
{
border-color: #59263C;
}
</style>