Shades of Black Rose #5D1733
Tints of Black Rose #5D1733
RGB
CMYK
RGB Variations
Color information
#5D1733 (or 0x5D1733) is known color: Black Rose. HEX triplet: 5D, 17 and 33. RGB value is (93,23,51). Sum of RGB (Red+Green+Blue) = 93+23+51=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1733 is #A2E8CC. Grayscale: #2F2F2F. Windows color (decimal): -10676429 or 3348317. OLE color: 3348317.
HSL color Cylindrical-coordinate representation of color #5D1733: hue angle of 336º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D1733 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 23 | 51 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.64 |
| HSL | 336º | 0.6% | 0.23% | - |
| HSV(B) | 336º | 0.75% | 0.36% | - |
| XYZ | 5.42 | 3.18 | 3.46 | - |
| YUV | 47.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 51 | 0 | 0.75 | 0.45 | 0.64 | 336 | 0.6 | 0.23 |
| Hex | 5D | 17 | 33 | 0 | 4B | 2D | 40 | 150 | 3C | 17 |
| Octal | 135 | 27 | 63 | 0 | 113 | 55 | 100 | 520 | 74 | 27 |
| Binary | 1011101 | 10111 | 110011 | 0 | 1001011 | 101101 | 1000000 | 101010000 | 111100 | 10111 |
Color Harmonies of #5D1733
Complementary color
Monochromatic Colors of #5D1733
Black with #5D1733
Text Example
Text Example
White with #5D1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1733; }
p { color: rgb(93,23,51); }
H1.HeaderClassName
{
color: #5D1733;
}
.AnyTagClassName
{
color: #5D1733;
}
</style>
background-color css
<style>
a { background-color: #5D1733; }
a { background-color: rgb(93,23,51); }
div.DivClassName
{
background-color: #5D1733;
}
.BgClassName
{
background-color: #5D1733;
}
</style>
border-color css
<style>
span { border-color: #5D1733; }
span { border-color: rgb(93,23,51); }
td.TdClassName
{
border-color: #5D1733;
}
.TagClassName
{
border-color: #5D1733;
}
</style>