Shades of Black Rose #5A2C40
Tints of Black Rose #5A2C40
RGB
CMYK
RGB Variations
Color information
#5A2C40 (or 0x5A2C40) is known color: Black Rose. HEX triplet: 5A, 2C and 40. RGB value is (90,44,64). Sum of RGB (Red+Green+Blue) = 90+44+64=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C40 is #A5D3BF. Grayscale: #3B3B3B. Windows color (decimal): -10867648 or 4205658. OLE color: 4205658.
HSL color Cylindrical-coordinate representation of color #5A2C40: hue angle of 333.91º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A2C40 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 64 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.65 |
| HSL | 333.91º | 0.34% | 0.26% | - |
| HSV(B) | 333.91º | 0.51% | 0.35% | - |
| XYZ | 6.04 | 4.35 | 5.37 | - |
| YUV | 60.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 64 | 0 | 0.51 | 0.29 | 0.65 | 333.91 | 0.34 | 0.26 |
| Hex | 5A | 2C | 40 | 0 | 33 | 1D | 41 | 14E | 22 | 1A |
| Octal | 132 | 54 | 100 | 0 | 63 | 35 | 101 | 516 | 42 | 32 |
| Binary | 1011010 | 101100 | 1000000 | 0 | 110011 | 11101 | 1000001 | 101001110 | 100010 | 11010 |
Color Harmonies of #5A2C40
Complementary color
Monochromatic Colors of #5A2C40
Black with #5A2C40
Text Example
Text Example
White with #5A2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C40; }
p { color: rgb(90,44,64); }
H1.HeaderClassName
{
color: #5A2C40;
}
.AnyTagClassName
{
color: #5A2C40;
}
</style>
background-color css
<style>
a { background-color: #5A2C40; }
a { background-color: rgb(90,44,64); }
div.DivClassName
{
background-color: #5A2C40;
}
.BgClassName
{
background-color: #5A2C40;
}
</style>
border-color css
<style>
span { border-color: #5A2C40; }
span { border-color: rgb(90,44,64); }
td.TdClassName
{
border-color: #5A2C40;
}
.TagClassName
{
border-color: #5A2C40;
}
</style>