Shades of Black Rose #5D2433
Tints of Black Rose #5D2433
RGB
CMYK
RGB Variations
Color information
#5D2433 (or 0x5D2433) is known color: Black Rose. HEX triplet: 5D, 24 and 33. RGB value is (93,36,51). Sum of RGB (Red+Green+Blue) = 93+36+51=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2433 is #A2DBCC. Grayscale: #363636. Windows color (decimal): -10673101 or 3351645. OLE color: 3351645.
HSL color Cylindrical-coordinate representation of color #5D2433: hue angle of 344.21º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D2433 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 51 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.64 |
| HSL | 344.21º | 0.44% | 0.25% | - |
| HSV(B) | 344.21º | 0.61% | 0.36% | - |
| XYZ | 5.74 | 3.83 | 3.57 | - |
| YUV | 54.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 51 | 0 | 0.61 | 0.45 | 0.64 | 344.21 | 0.44 | 0.25 |
| Hex | 5D | 24 | 33 | 0 | 3D | 2D | 40 | 158 | 2C | 19 |
| Octal | 135 | 44 | 63 | 0 | 75 | 55 | 100 | 530 | 54 | 31 |
| Binary | 1011101 | 100100 | 110011 | 0 | 111101 | 101101 | 1000000 | 101011000 | 101100 | 11001 |
Color Harmonies of #5D2433
Complementary color
Monochromatic Colors of #5D2433
Black with #5D2433
Text Example
Text Example
White with #5D2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2433; }
p { color: rgb(93,36,51); }
H1.HeaderClassName
{
color: #5D2433;
}
.AnyTagClassName
{
color: #5D2433;
}
</style>
background-color css
<style>
a { background-color: #5D2433; }
a { background-color: rgb(93,36,51); }
div.DivClassName
{
background-color: #5D2433;
}
.BgClassName
{
background-color: #5D2433;
}
</style>
border-color css
<style>
span { border-color: #5D2433; }
span { border-color: rgb(93,36,51); }
td.TdClassName
{
border-color: #5D2433;
}
.TagClassName
{
border-color: #5D2433;
}
</style>