Shades of Black Rose #5A192E
Tints of Black Rose #5A192E
RGB
CMYK
RGB Variations
Color information
#5A192E (or 0x5A192E) is known color: Black Rose. HEX triplet: 5A, 19 and 2E. RGB value is (90,25,46). Sum of RGB (Red+Green+Blue) = 90+25+46=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A192E is #A5E6D1. Grayscale: #2E2E2E. Windows color (decimal): -10872530 or 3021146. OLE color: 3021146.
HSL color Cylindrical-coordinate representation of color #5A192E: hue angle of 340.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A192E is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 46 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.65 |
| HSL | 340.62º | 0.57% | 0.23% | - |
| HSV(B) | 340.62º | 0.72% | 0.35% | - |
| XYZ | 5.06 | 3.07 | 2.91 | - |
| YUV | 46.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 46 | 0 | 0.72 | 0.49 | 0.65 | 340.62 | 0.57 | 0.23 |
| Hex | 5A | 19 | 2E | 0 | 48 | 31 | 41 | 155 | 39 | 17 |
| Octal | 132 | 31 | 56 | 0 | 110 | 61 | 101 | 525 | 71 | 27 |
| Binary | 1011010 | 11001 | 101110 | 0 | 1001000 | 110001 | 1000001 | 101010101 | 111001 | 10111 |
Color Harmonies of #5A192E
Complementary color
Monochromatic Colors of #5A192E
Black with #5A192E
Text Example
Text Example
White with #5A192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A192E; }
p { color: rgb(90,25,46); }
H1.HeaderClassName
{
color: #5A192E;
}
.AnyTagClassName
{
color: #5A192E;
}
</style>
background-color css
<style>
a { background-color: #5A192E; }
a { background-color: rgb(90,25,46); }
div.DivClassName
{
background-color: #5A192E;
}
.BgClassName
{
background-color: #5A192E;
}
</style>
border-color css
<style>
span { border-color: #5A192E; }
span { border-color: rgb(90,25,46); }
td.TdClassName
{
border-color: #5A192E;
}
.TagClassName
{
border-color: #5A192E;
}
</style>