Shades of Black Rose #5A162F
Tints of Black Rose #5A162F
RGB
CMYK
RGB Variations
Color information
#5A162F (or 0x5A162F) is known color: Black Rose. HEX triplet: 5A, 16 and 2F. RGB value is (90,22,47). Sum of RGB (Red+Green+Blue) = 90+22+47=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162F is #A5E9D0. Grayscale: #2D2D2D. Windows color (decimal): -10873297 or 3085914. OLE color: 3085914.
HSL color Cylindrical-coordinate representation of color #5A162F: hue angle of 337.94º 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 #5A162F is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 47 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.65 |
| HSL | 337.94º | 0.61% | 0.22% | - |
| HSV(B) | 337.94º | 0.76% | 0.35% | - |
| XYZ | 5.02 | 2.95 | 2.99 | - |
| YUV | 45.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 47 | 0 | 0.76 | 0.48 | 0.65 | 337.94 | 0.61 | 0.22 |
| Hex | 5A | 16 | 2F | 0 | 4C | 30 | 41 | 152 | 3D | 16 |
| Octal | 132 | 26 | 57 | 0 | 114 | 60 | 101 | 522 | 75 | 26 |
| Binary | 1011010 | 10110 | 101111 | 0 | 1001100 | 110000 | 1000001 | 101010010 | 111101 | 10110 |
Color Harmonies of #5A162F
Complementary color
Monochromatic Colors of #5A162F
Black with #5A162F
Text Example
Text Example
White with #5A162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A162F; }
p { color: rgb(90,22,47); }
H1.HeaderClassName
{
color: #5A162F;
}
.AnyTagClassName
{
color: #5A162F;
}
</style>
background-color css
<style>
a { background-color: #5A162F; }
a { background-color: rgb(90,22,47); }
div.DivClassName
{
background-color: #5A162F;
}
.BgClassName
{
background-color: #5A162F;
}
</style>
border-color css
<style>
span { border-color: #5A162F; }
span { border-color: rgb(90,22,47); }
td.TdClassName
{
border-color: #5A162F;
}
.TagClassName
{
border-color: #5A162F;
}
</style>