Shades of Black Rose #5D1A31
Tints of Black Rose #5D1A31
RGB
CMYK
RGB Variations
Color information
#5D1A31 (or 0x5D1A31) is known color: Black Rose. HEX triplet: 5D, 1A and 31. RGB value is (93,26,49). Sum of RGB (Red+Green+Blue) = 93+26+49=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A31 is #A2E5CE. Grayscale: #303030. Windows color (decimal): -10675663 or 3218013. OLE color: 3218013.
HSL color Cylindrical-coordinate representation of color #5D1A31: hue angle of 339.4º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1A31 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 49 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.64 |
| HSL | 339.4º | 0.56% | 0.23% | - |
| HSV(B) | 339.4º | 0.72% | 0.36% | - |
| XYZ | 5.44 | 3.29 | 3.25 | - |
| YUV | 48.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 49 | 0 | 0.72 | 0.47 | 0.64 | 339.4 | 0.56 | 0.23 |
| Hex | 5D | 1A | 31 | 0 | 48 | 2F | 40 | 153 | 38 | 17 |
| Octal | 135 | 32 | 61 | 0 | 110 | 57 | 100 | 523 | 70 | 27 |
| Binary | 1011101 | 11010 | 110001 | 0 | 1001000 | 101111 | 1000000 | 101010011 | 111000 | 10111 |
Color Harmonies of #5D1A31
Complementary color
Monochromatic Colors of #5D1A31
Black with #5D1A31
Text Example
Text Example
White with #5D1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A31; }
p { color: rgb(93,26,49); }
H1.HeaderClassName
{
color: #5D1A31;
}
.AnyTagClassName
{
color: #5D1A31;
}
</style>
background-color css
<style>
a { background-color: #5D1A31; }
a { background-color: rgb(93,26,49); }
div.DivClassName
{
background-color: #5D1A31;
}
.BgClassName
{
background-color: #5D1A31;
}
</style>
border-color css
<style>
span { border-color: #5D1A31; }
span { border-color: rgb(93,26,49); }
td.TdClassName
{
border-color: #5D1A31;
}
.TagClassName
{
border-color: #5D1A31;
}
</style>