Shades of Black Rose #5A2C3F
Tints of Black Rose #5A2C3F
RGB
CMYK
RGB Variations
Color information
#5A2C3F (or 0x5A2C3F) is known color: Black Rose. HEX triplet: 5A, 2C and 3F. RGB value is (90,44,63). Sum of RGB (Red+Green+Blue) = 90+44+63=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C3F is #A5D3C0. Grayscale: #3B3B3B. Windows color (decimal): -10867649 or 4140122. OLE color: 4140122.
HSL color Cylindrical-coordinate representation of color #5A2C3F: hue angle of 335.22º 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 #5A2C3F is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 63 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.65 |
| HSL | 335.22º | 0.34% | 0.26% | - |
| HSV(B) | 335.22º | 0.51% | 0.35% | - |
| XYZ | 6.01 | 4.33 | 5.22 | - |
| YUV | 59.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 63 | 0 | 0.51 | 0.30 | 0.65 | 335.22 | 0.34 | 0.26 |
| Hex | 5A | 2C | 3F | 0 | 33 | 1E | 41 | 14F | 22 | 1A |
| Octal | 132 | 54 | 77 | 0 | 63 | 36 | 101 | 517 | 42 | 32 |
| Binary | 1011010 | 101100 | 111111 | 0 | 110011 | 11110 | 1000001 | 101001111 | 100010 | 11010 |
Color Harmonies of #5A2C3F
Complementary color
Monochromatic Colors of #5A2C3F
Black with #5A2C3F
Text Example
Text Example
White with #5A2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C3F; }
p { color: rgb(90,44,63); }
H1.HeaderClassName
{
color: #5A2C3F;
}
.AnyTagClassName
{
color: #5A2C3F;
}
</style>
background-color css
<style>
a { background-color: #5A2C3F; }
a { background-color: rgb(90,44,63); }
div.DivClassName
{
background-color: #5A2C3F;
}
.BgClassName
{
background-color: #5A2C3F;
}
</style>
border-color css
<style>
span { border-color: #5A2C3F; }
span { border-color: rgb(90,44,63); }
td.TdClassName
{
border-color: #5A2C3F;
}
.TagClassName
{
border-color: #5A2C3F;
}
</style>