Shades of Black Rose #5E1A31
Tints of Black Rose #5E1A31
RGB
CMYK
RGB Variations
Color information
#5E1A31 (or 0x5E1A31) is known color: Black Rose. HEX triplet: 5E, 1A and 31. RGB value is (94,26,49). Sum of RGB (Red+Green+Blue) = 94+26+49=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1A31 is #A1E5CE. Grayscale: #303030. Windows color (decimal): -10610127 or 3218014. OLE color: 3218014.
HSL color Cylindrical-coordinate representation of color #5E1A31: hue angle of 339.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E1A31 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 26 | 49 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.63 |
| HSL | 339.71º | 0.57% | 0.24% | - |
| HSV(B) | 339.71º | 0.72% | 0.37% | - |
| XYZ | 5.54 | 3.34 | 3.26 | - |
| YUV | 48.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 49 | 0 | 0.72 | 0.48 | 0.63 | 339.71 | 0.57 | 0.24 |
| Hex | 5E | 1A | 31 | 0 | 48 | 30 | 3F | 154 | 39 | 18 |
| Octal | 136 | 32 | 61 | 0 | 110 | 60 | 77 | 524 | 71 | 30 |
| Binary | 1011110 | 11010 | 110001 | 0 | 1001000 | 110000 | 111111 | 101010100 | 111001 | 11000 |
Color Harmonies of #5E1A31
Complementary color
Monochromatic Colors of #5E1A31
Black with #5E1A31
Text Example
Text Example
White with #5E1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1A31; }
p { color: rgb(94,26,49); }
H1.HeaderClassName
{
color: #5E1A31;
}
.AnyTagClassName
{
color: #5E1A31;
}
</style>
background-color css
<style>
a { background-color: #5E1A31; }
a { background-color: rgb(94,26,49); }
div.DivClassName
{
background-color: #5E1A31;
}
.BgClassName
{
background-color: #5E1A31;
}
</style>
border-color css
<style>
span { border-color: #5E1A31; }
span { border-color: rgb(94,26,49); }
td.TdClassName
{
border-color: #5E1A31;
}
.TagClassName
{
border-color: #5E1A31;
}
</style>