Shades of Black Rose #5A2B3D
Tints of Black Rose #5A2B3D
RGB
CMYK
RGB Variations
Color information
#5A2B3D (or 0x5A2B3D) is known color: Black Rose. HEX triplet: 5A, 2B and 3D. RGB value is (90,43,61). Sum of RGB (Red+Green+Blue) = 90+43+61=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B3D is #A5D4C2. Grayscale: #3B3B3B. Windows color (decimal): -10867907 or 4008794. OLE color: 4008794.
HSL color Cylindrical-coordinate representation of color #5A2B3D: hue angle of 337.02º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B3D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 43 | 61 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.65 |
| HSL | 337.02º | 0.35% | 0.26% | - |
| HSV(B) | 337.02º | 0.52% | 0.35% | - |
| XYZ | 5.92 | 4.24 | 4.92 | - |
| YUV | 59.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 61 | 0 | 0.52 | 0.32 | 0.65 | 337.02 | 0.35 | 0.26 |
| Hex | 5A | 2B | 3D | 0 | 34 | 20 | 41 | 151 | 23 | 1A |
| Octal | 132 | 53 | 75 | 0 | 64 | 40 | 101 | 521 | 43 | 32 |
| Binary | 1011010 | 101011 | 111101 | 0 | 110100 | 100000 | 1000001 | 101010001 | 100011 | 11010 |
Color Harmonies of #5A2B3D
Complementary color
Monochromatic Colors of #5A2B3D
Black with #5A2B3D
Text Example
Text Example
White with #5A2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B3D; }
p { color: rgb(90,43,61); }
H1.HeaderClassName
{
color: #5A2B3D;
}
.AnyTagClassName
{
color: #5A2B3D;
}
</style>
background-color css
<style>
a { background-color: #5A2B3D; }
a { background-color: rgb(90,43,61); }
div.DivClassName
{
background-color: #5A2B3D;
}
.BgClassName
{
background-color: #5A2B3D;
}
</style>
border-color css
<style>
span { border-color: #5A2B3D; }
span { border-color: rgb(90,43,61); }
td.TdClassName
{
border-color: #5A2B3D;
}
.TagClassName
{
border-color: #5A2B3D;
}
</style>