Shades of Black Rose #5D1A2F
Tints of Black Rose #5D1A2F
RGB
CMYK
RGB Variations
Color information
#5D1A2F (or 0x5D1A2F) is known color: Black Rose. HEX triplet: 5D, 1A and 2F. RGB value is (93,26,47). Sum of RGB (Red+Green+Blue) = 93+26+47=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A2F is #A2E5D0. Grayscale: #303030. Windows color (decimal): -10675665 or 3086941. OLE color: 3086941.
HSL color Cylindrical-coordinate representation of color #5D1A2F: hue angle of 341.19º 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 #5D1A2F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 47 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.64 |
| HSL | 341.19º | 0.56% | 0.23% | - |
| HSV(B) | 341.19º | 0.72% | 0.36% | - |
| XYZ | 5.4 | 3.27 | 3.04 | - |
| YUV | 48.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 47 | 0 | 0.72 | 0.49 | 0.64 | 341.19 | 0.56 | 0.23 |
| Hex | 5D | 1A | 2F | 0 | 48 | 31 | 40 | 155 | 38 | 17 |
| Octal | 135 | 32 | 57 | 0 | 110 | 61 | 100 | 525 | 70 | 27 |
| Binary | 1011101 | 11010 | 101111 | 0 | 1001000 | 110001 | 1000000 | 101010101 | 111000 | 10111 |
Color Harmonies of #5D1A2F
Complementary color
Monochromatic Colors of #5D1A2F
Black with #5D1A2F
Text Example
Text Example
White with #5D1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A2F; }
p { color: rgb(93,26,47); }
H1.HeaderClassName
{
color: #5D1A2F;
}
.AnyTagClassName
{
color: #5D1A2F;
}
</style>
background-color css
<style>
a { background-color: #5D1A2F; }
a { background-color: rgb(93,26,47); }
div.DivClassName
{
background-color: #5D1A2F;
}
.BgClassName
{
background-color: #5D1A2F;
}
</style>
border-color css
<style>
span { border-color: #5D1A2F; }
span { border-color: rgb(93,26,47); }
td.TdClassName
{
border-color: #5D1A2F;
}
.TagClassName
{
border-color: #5D1A2F;
}
</style>