Shades of Black Rose #5A2135
Tints of Black Rose #5A2135
RGB
CMYK
RGB Variations
Color information
#5A2135 (or 0x5A2135) is known color: Black Rose. HEX triplet: 5A, 21 and 35. RGB value is (90,33,53). Sum of RGB (Red+Green+Blue) = 90+33+53=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2135 is #A5DECA. Grayscale: #343434. Windows color (decimal): -10870475 or 3481946. OLE color: 3481946.
HSL color Cylindrical-coordinate representation of color #5A2135: hue angle of 338.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2135 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 33 | 53 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.65 |
| HSL | 338.95º | 0.46% | 0.24% | - |
| HSV(B) | 338.95º | 0.63% | 0.35% | - |
| XYZ | 5.4 | 3.52 | 3.76 | - |
| YUV | 52.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 53 | 0 | 0.63 | 0.41 | 0.65 | 338.95 | 0.46 | 0.24 |
| Hex | 5A | 21 | 35 | 0 | 3F | 29 | 41 | 153 | 2E | 18 |
| Octal | 132 | 41 | 65 | 0 | 77 | 51 | 101 | 523 | 56 | 30 |
| Binary | 1011010 | 100001 | 110101 | 0 | 111111 | 101001 | 1000001 | 101010011 | 101110 | 11000 |
Color Harmonies of #5A2135
Complementary color
Monochromatic Colors of #5A2135
Black with #5A2135
Text Example
Text Example
White with #5A2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2135; }
p { color: rgb(90,33,53); }
H1.HeaderClassName
{
color: #5A2135;
}
.AnyTagClassName
{
color: #5A2135;
}
</style>
background-color css
<style>
a { background-color: #5A2135; }
a { background-color: rgb(90,33,53); }
div.DivClassName
{
background-color: #5A2135;
}
.BgClassName
{
background-color: #5A2135;
}
</style>
border-color css
<style>
span { border-color: #5A2135; }
span { border-color: rgb(90,33,53); }
td.TdClassName
{
border-color: #5A2135;
}
.TagClassName
{
border-color: #5A2135;
}
</style>