Shades of Black Rose #5A162E
Tints of Black Rose #5A162E
RGB
CMYK
RGB Variations
Color information
#5A162E (or 0x5A162E) is known color: Black Rose. HEX triplet: 5A, 16 and 2E. RGB value is (90,22,46). Sum of RGB (Red+Green+Blue) = 90+22+46=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162E is #A5E9D1. Grayscale: #2D2D2D. Windows color (decimal): -10873298 or 3020378. OLE color: 3020378.
HSL color Cylindrical-coordinate representation of color #5A162E: hue angle of 338.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A162E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 46 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.65 |
| HSL | 338.82º | 0.61% | 0.22% | - |
| HSV(B) | 338.82º | 0.76% | 0.35% | - |
| XYZ | 5 | 2.94 | 2.89 | - |
| YUV | 45.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 46 | 0 | 0.76 | 0.49 | 0.65 | 338.82 | 0.61 | 0.22 |
| Hex | 5A | 16 | 2E | 0 | 4C | 31 | 41 | 153 | 3D | 16 |
| Octal | 132 | 26 | 56 | 0 | 114 | 61 | 101 | 523 | 75 | 26 |
| Binary | 1011010 | 10110 | 101110 | 0 | 1001100 | 110001 | 1000001 | 101010011 | 111101 | 10110 |
Color Harmonies of #5A162E
Complementary color
Monochromatic Colors of #5A162E
Black with #5A162E
Text Example
Text Example
White with #5A162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A162E; }
p { color: rgb(90,22,46); }
H1.HeaderClassName
{
color: #5A162E;
}
.AnyTagClassName
{
color: #5A162E;
}
</style>
background-color css
<style>
a { background-color: #5A162E; }
a { background-color: rgb(90,22,46); }
div.DivClassName
{
background-color: #5A162E;
}
.BgClassName
{
background-color: #5A162E;
}
</style>
border-color css
<style>
span { border-color: #5A162E; }
span { border-color: rgb(90,22,46); }
td.TdClassName
{
border-color: #5A162E;
}
.TagClassName
{
border-color: #5A162E;
}
</style>