Shades of Black Rose #5D2033
Tints of Black Rose #5D2033
RGB
CMYK
RGB Variations
Color information
#5D2033 (or 0x5D2033) is known color: Black Rose. HEX triplet: 5D, 20 and 33. RGB value is (93,32,51). Sum of RGB (Red+Green+Blue) = 93+32+51=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2033 is #A2DFCC. Grayscale: #343434. Windows color (decimal): -10674125 or 3350621. OLE color: 3350621.
HSL color Cylindrical-coordinate representation of color #5D2033: hue angle of 341.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2033 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 51 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.64 |
| HSL | 341.31º | 0.49% | 0.25% | - |
| HSV(B) | 341.31º | 0.66% | 0.36% | - |
| XYZ | 5.63 | 3.6 | 3.53 | - |
| YUV | 52.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 51 | 0 | 0.66 | 0.45 | 0.64 | 341.31 | 0.49 | 0.25 |
| Hex | 5D | 20 | 33 | 0 | 42 | 2D | 40 | 155 | 31 | 19 |
| Octal | 135 | 40 | 63 | 0 | 102 | 55 | 100 | 525 | 61 | 31 |
| Binary | 1011101 | 100000 | 110011 | 0 | 1000010 | 101101 | 1000000 | 101010101 | 110001 | 11001 |
Color Harmonies of #5D2033
Complementary color
Monochromatic Colors of #5D2033
Black with #5D2033
Text Example
Text Example
White with #5D2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2033; }
p { color: rgb(93,32,51); }
H1.HeaderClassName
{
color: #5D2033;
}
.AnyTagClassName
{
color: #5D2033;
}
</style>
background-color css
<style>
a { background-color: #5D2033; }
a { background-color: rgb(93,32,51); }
div.DivClassName
{
background-color: #5D2033;
}
.BgClassName
{
background-color: #5D2033;
}
</style>
border-color css
<style>
span { border-color: #5D2033; }
span { border-color: rgb(93,32,51); }
td.TdClassName
{
border-color: #5D2033;
}
.TagClassName
{
border-color: #5D2033;
}
</style>