Shades of Black Rose #5A2D3F
Tints of Black Rose #5A2D3F
RGB
CMYK
RGB Variations
Color information
#5A2D3F (or 0x5A2D3F) is known color: Black Rose. HEX triplet: 5A, 2D and 3F. RGB value is (90,45,63). Sum of RGB (Red+Green+Blue) = 90+45+63=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D3F is #A5D2C0. Grayscale: #3C3C3C. Windows color (decimal): -10867393 or 4140378. OLE color: 4140378.
HSL color Cylindrical-coordinate representation of color #5A2D3F: hue angle of 336º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D3F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 63 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.65 |
| HSL | 336º | 0.33% | 0.26% | - |
| HSV(B) | 336º | 0.5% | 0.35% | - |
| XYZ | 6.05 | 4.41 | 5.23 | - |
| YUV | 60.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 63 | 0 | 0.50 | 0.30 | 0.65 | 336 | 0.33 | 0.26 |
| Hex | 5A | 2D | 3F | 0 | 32 | 1E | 41 | 150 | 21 | 1A |
| Octal | 132 | 55 | 77 | 0 | 62 | 36 | 101 | 520 | 41 | 32 |
| Binary | 1011010 | 101101 | 111111 | 0 | 110010 | 11110 | 1000001 | 101010000 | 100001 | 11010 |
Color Harmonies of #5A2D3F
Complementary color
Monochromatic Colors of #5A2D3F
Black with #5A2D3F
Text Example
Text Example
White with #5A2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D3F; }
p { color: rgb(90,45,63); }
H1.HeaderClassName
{
color: #5A2D3F;
}
.AnyTagClassName
{
color: #5A2D3F;
}
</style>
background-color css
<style>
a { background-color: #5A2D3F; }
a { background-color: rgb(90,45,63); }
div.DivClassName
{
background-color: #5A2D3F;
}
.BgClassName
{
background-color: #5A2D3F;
}
</style>
border-color css
<style>
span { border-color: #5A2D3F; }
span { border-color: rgb(90,45,63); }
td.TdClassName
{
border-color: #5A2D3F;
}
.TagClassName
{
border-color: #5A2D3F;
}
</style>