Shades of Black Rose #5A2A3D
Tints of Black Rose #5A2A3D
RGB
CMYK
RGB Variations
Color information
#5A2A3D (or 0x5A2A3D) is known color: Black Rose. HEX triplet: 5A, 2A and 3D. RGB value is (90,42,61). Sum of RGB (Red+Green+Blue) = 90+42+61=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A3D is #A5D5C2. Grayscale: #3A3A3A. Windows color (decimal): -10868163 or 4008538. OLE color: 4008538.
HSL color Cylindrical-coordinate representation of color #5A2A3D: hue angle of 336.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A2A3D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 61 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.65 |
| HSL | 336.25º | 0.36% | 0.26% | - |
| HSV(B) | 336.25º | 0.53% | 0.35% | - |
| XYZ | 5.89 | 4.17 | 4.91 | - |
| YUV | 58.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 61 | 0 | 0.53 | 0.32 | 0.65 | 336.25 | 0.36 | 0.26 |
| Hex | 5A | 2A | 3D | 0 | 35 | 20 | 41 | 150 | 24 | 1A |
| Octal | 132 | 52 | 75 | 0 | 65 | 40 | 101 | 520 | 44 | 32 |
| Binary | 1011010 | 101010 | 111101 | 0 | 110101 | 100000 | 1000001 | 101010000 | 100100 | 11010 |
Color Harmonies of #5A2A3D
Complementary color
Monochromatic Colors of #5A2A3D
Black with #5A2A3D
Text Example
Text Example
White with #5A2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A3D; }
p { color: rgb(90,42,61); }
H1.HeaderClassName
{
color: #5A2A3D;
}
.AnyTagClassName
{
color: #5A2A3D;
}
</style>
background-color css
<style>
a { background-color: #5A2A3D; }
a { background-color: rgb(90,42,61); }
div.DivClassName
{
background-color: #5A2A3D;
}
.BgClassName
{
background-color: #5A2A3D;
}
</style>
border-color css
<style>
span { border-color: #5A2A3D; }
span { border-color: rgb(90,42,61); }
td.TdClassName
{
border-color: #5A2A3D;
}
.TagClassName
{
border-color: #5A2A3D;
}
</style>