Shades of Black Rose #5A2C3E
Tints of Black Rose #5A2C3E
RGB
CMYK
RGB Variations
Color information
#5A2C3E (or 0x5A2C3E) is known color: Black Rose. HEX triplet: 5A, 2C and 3E. RGB value is (90,44,62). Sum of RGB (Red+Green+Blue) = 90+44+62=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C3E is #A5D3C1. Grayscale: #3B3B3B. Windows color (decimal): -10867650 or 4074586. OLE color: 4074586.
HSL color Cylindrical-coordinate representation of color #5A2C3E: hue angle of 336.52º 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 #5A2C3E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 62 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.65 |
| HSL | 336.52º | 0.34% | 0.26% | - |
| HSV(B) | 336.52º | 0.51% | 0.35% | - |
| XYZ | 5.99 | 4.32 | 5.08 | - |
| YUV | 59.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 62 | 0 | 0.51 | 0.31 | 0.65 | 336.52 | 0.34 | 0.26 |
| Hex | 5A | 2C | 3E | 0 | 33 | 1F | 41 | 151 | 22 | 1A |
| Octal | 132 | 54 | 76 | 0 | 63 | 37 | 101 | 521 | 42 | 32 |
| Binary | 1011010 | 101100 | 111110 | 0 | 110011 | 11111 | 1000001 | 101010001 | 100010 | 11010 |
Color Harmonies of #5A2C3E
Complementary color
Monochromatic Colors of #5A2C3E
Black with #5A2C3E
Text Example
Text Example
White with #5A2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C3E; }
p { color: rgb(90,44,62); }
H1.HeaderClassName
{
color: #5A2C3E;
}
.AnyTagClassName
{
color: #5A2C3E;
}
</style>
background-color css
<style>
a { background-color: #5A2C3E; }
a { background-color: rgb(90,44,62); }
div.DivClassName
{
background-color: #5A2C3E;
}
.BgClassName
{
background-color: #5A2C3E;
}
</style>
border-color css
<style>
span { border-color: #5A2C3E; }
span { border-color: rgb(90,44,62); }
td.TdClassName
{
border-color: #5A2C3E;
}
.TagClassName
{
border-color: #5A2C3E;
}
</style>