Shades of Black Rose #5A1633
Tints of Black Rose #5A1633
RGB
CMYK
RGB Variations
Color information
#5A1633 (or 0x5A1633) is known color: Black Rose. HEX triplet: 5A, 16 and 33. RGB value is (90,22,51). Sum of RGB (Red+Green+Blue) = 90+22+51=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1633 is #A5E9CC. Grayscale: #2D2D2D. Windows color (decimal): -10873293 or 3348058. OLE color: 3348058.
HSL color Cylindrical-coordinate representation of color #5A1633: hue angle of 334.41º 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 #5A1633 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 51 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.65 |
| HSL | 334.41º | 0.61% | 0.22% | - |
| HSV(B) | 334.41º | 0.76% | 0.35% | - |
| XYZ | 5.1 | 2.99 | 3.44 | - |
| YUV | 45.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 51 | 0 | 0.76 | 0.43 | 0.65 | 334.41 | 0.61 | 0.22 |
| Hex | 5A | 16 | 33 | 0 | 4C | 2B | 41 | 14E | 3D | 16 |
| Octal | 132 | 26 | 63 | 0 | 114 | 53 | 101 | 516 | 75 | 26 |
| Binary | 1011010 | 10110 | 110011 | 0 | 1001100 | 101011 | 1000001 | 101001110 | 111101 | 10110 |
Color Harmonies of #5A1633
Complementary color
Monochromatic Colors of #5A1633
Black with #5A1633
Text Example
Text Example
White with #5A1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1633; }
p { color: rgb(90,22,51); }
H1.HeaderClassName
{
color: #5A1633;
}
.AnyTagClassName
{
color: #5A1633;
}
</style>
background-color css
<style>
a { background-color: #5A1633; }
a { background-color: rgb(90,22,51); }
div.DivClassName
{
background-color: #5A1633;
}
.BgClassName
{
background-color: #5A1633;
}
</style>
border-color css
<style>
span { border-color: #5A1633; }
span { border-color: rgb(90,22,51); }
td.TdClassName
{
border-color: #5A1633;
}
.TagClassName
{
border-color: #5A1633;
}
</style>