Shades of Black Rose #5D2733
Tints of Black Rose #5D2733
RGB
CMYK
RGB Variations
Color information
#5D2733 (or 0x5D2733) is known color: Black Rose. HEX triplet: 5D, 27 and 33. RGB value is (93,39,51). Sum of RGB (Red+Green+Blue) = 93+39+51=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2733 is #A2D8CC. Grayscale: #383838. Windows color (decimal): -10672333 or 3352413. OLE color: 3352413.
HSL color Cylindrical-coordinate representation of color #5D2733: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2733 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 51 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.64 |
| HSL | 346.67º | 0.41% | 0.26% | - |
| HSV(B) | 346.67º | 0.58% | 0.36% | - |
| XYZ | 5.84 | 4.02 | 3.6 | - |
| YUV | 56.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 51 | 0 | 0.58 | 0.45 | 0.64 | 346.67 | 0.41 | 0.26 |
| Hex | 5D | 27 | 33 | 0 | 3A | 2D | 40 | 15B | 29 | 1A |
| Octal | 135 | 47 | 63 | 0 | 72 | 55 | 100 | 533 | 51 | 32 |
| Binary | 1011101 | 100111 | 110011 | 0 | 111010 | 101101 | 1000000 | 101011011 | 101001 | 11010 |
Color Harmonies of #5D2733
Complementary color
Monochromatic Colors of #5D2733
Black with #5D2733
Text Example
Text Example
White with #5D2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2733; }
p { color: rgb(93,39,51); }
H1.HeaderClassName
{
color: #5D2733;
}
.AnyTagClassName
{
color: #5D2733;
}
</style>
background-color css
<style>
a { background-color: #5D2733; }
a { background-color: rgb(93,39,51); }
div.DivClassName
{
background-color: #5D2733;
}
.BgClassName
{
background-color: #5D2733;
}
</style>
border-color css
<style>
span { border-color: #5D2733; }
span { border-color: rgb(93,39,51); }
td.TdClassName
{
border-color: #5D2733;
}
.TagClassName
{
border-color: #5D2733;
}
</style>