Shades of Black Rose #59243C
Tints of Black Rose #59243C
RGB
CMYK
RGB Variations
Color information
#59243C (or 0x59243C) is known color: Black Rose. HEX triplet: 59, 24 and 3C. RGB value is (89,36,60). Sum of RGB (Red+Green+Blue) = 89+36+60=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243C is #A6DBC3. Grayscale: #363636. Windows color (decimal): -10935236 or 3941465. OLE color: 3941465.
HSL color Cylindrical-coordinate representation of color #59243C: hue angle of 332.83º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59243C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 60 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.65 |
| HSL | 332.83º | 0.42% | 0.25% | - |
| HSV(B) | 332.83º | 0.6% | 0.35% | - |
| XYZ | 5.57 | 3.71 | 4.7 | - |
| YUV | 54.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 60 | 0 | 0.60 | 0.33 | 0.65 | 332.83 | 0.42 | 0.25 |
| Hex | 59 | 24 | 3C | 0 | 3C | 21 | 41 | 14D | 2A | 19 |
| Octal | 131 | 44 | 74 | 0 | 74 | 41 | 101 | 515 | 52 | 31 |
| Binary | 1011001 | 100100 | 111100 | 0 | 111100 | 100001 | 1000001 | 101001101 | 101010 | 11001 |
Color Harmonies of #59243C
Complementary color
Monochromatic Colors of #59243C
Black with #59243C
Text Example
Text Example
White with #59243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59243C; }
p { color: rgb(89,36,60); }
H1.HeaderClassName
{
color: #59243C;
}
.AnyTagClassName
{
color: #59243C;
}
</style>
background-color css
<style>
a { background-color: #59243C; }
a { background-color: rgb(89,36,60); }
div.DivClassName
{
background-color: #59243C;
}
.BgClassName
{
background-color: #59243C;
}
</style>
border-color css
<style>
span { border-color: #59243C; }
span { border-color: rgb(89,36,60); }
td.TdClassName
{
border-color: #59243C;
}
.TagClassName
{
border-color: #59243C;
}
</style>