Shades of Black Rose #5D232F
Tints of Black Rose #5D232F
RGB
CMYK
RGB Variations
Color information
#5D232F (or 0x5D232F) is known color: Black Rose. HEX triplet: 5D, 23 and 2F. RGB value is (93,35,47). Sum of RGB (Red+Green+Blue) = 93+35+47=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232F is #A2DCD0. Grayscale: #353535. Windows color (decimal): -10673361 or 3089245. OLE color: 3089245.
HSL color Cylindrical-coordinate representation of color #5D232F: hue angle of 347.59º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D232F is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 47 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.64 |
| HSL | 347.59º | 0.45% | 0.25% | - |
| HSV(B) | 347.59º | 0.62% | 0.36% | - |
| XYZ | 5.63 | 3.73 | 3.11 | - |
| YUV | 53.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 47 | 0 | 0.62 | 0.49 | 0.64 | 347.59 | 0.45 | 0.25 |
| Hex | 5D | 23 | 2F | 0 | 3E | 31 | 40 | 15C | 2D | 19 |
| Octal | 135 | 43 | 57 | 0 | 76 | 61 | 100 | 534 | 55 | 31 |
| Binary | 1011101 | 100011 | 101111 | 0 | 111110 | 110001 | 1000000 | 101011100 | 101101 | 11001 |
Color Harmonies of #5D232F
Complementary color
Monochromatic Colors of #5D232F
Black with #5D232F
Text Example
Text Example
White with #5D232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D232F; }
p { color: rgb(93,35,47); }
H1.HeaderClassName
{
color: #5D232F;
}
.AnyTagClassName
{
color: #5D232F;
}
</style>
background-color css
<style>
a { background-color: #5D232F; }
a { background-color: rgb(93,35,47); }
div.DivClassName
{
background-color: #5D232F;
}
.BgClassName
{
background-color: #5D232F;
}
</style>
border-color css
<style>
span { border-color: #5D232F; }
span { border-color: rgb(93,35,47); }
td.TdClassName
{
border-color: #5D232F;
}
.TagClassName
{
border-color: #5D232F;
}
</style>