Shades of Black Rose #5A2434
Tints of Black Rose #5A2434
RGB
CMYK
RGB Variations
Color information
#5A2434 (or 0x5A2434) is known color: Black Rose. HEX triplet: 5A, 24 and 34. RGB value is (90,36,52). Sum of RGB (Red+Green+Blue) = 90+36+52=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2434 is #A5DBCB. Grayscale: #353535. Windows color (decimal): -10869708 or 3417178. OLE color: 3417178.
HSL color Cylindrical-coordinate representation of color #5A2434: hue angle of 342.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2434 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 52 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.65 |
| HSL | 342.22º | 0.43% | 0.25% | - |
| HSV(B) | 342.22º | 0.6% | 0.35% | - |
| XYZ | 5.47 | 3.68 | 3.67 | - |
| YUV | 53.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 52 | 0 | 0.60 | 0.42 | 0.65 | 342.22 | 0.43 | 0.25 |
| Hex | 5A | 24 | 34 | 0 | 3C | 2A | 41 | 156 | 2B | 19 |
| Octal | 132 | 44 | 64 | 0 | 74 | 52 | 101 | 526 | 53 | 31 |
| Binary | 1011010 | 100100 | 110100 | 0 | 111100 | 101010 | 1000001 | 101010110 | 101011 | 11001 |
Color Harmonies of #5A2434
Complementary color
Monochromatic Colors of #5A2434
Black with #5A2434
Text Example
Text Example
White with #5A2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2434; }
p { color: rgb(90,36,52); }
H1.HeaderClassName
{
color: #5A2434;
}
.AnyTagClassName
{
color: #5A2434;
}
</style>
background-color css
<style>
a { background-color: #5A2434; }
a { background-color: rgb(90,36,52); }
div.DivClassName
{
background-color: #5A2434;
}
.BgClassName
{
background-color: #5A2434;
}
</style>
border-color css
<style>
span { border-color: #5A2434; }
span { border-color: rgb(90,36,52); }
td.TdClassName
{
border-color: #5A2434;
}
.TagClassName
{
border-color: #5A2434;
}
</style>