Shades of Black Rose #5A2433
Tints of Black Rose #5A2433
RGB
CMYK
RGB Variations
Color information
#5A2433 (or 0x5A2433) is known color: Black Rose. HEX triplet: 5A, 24 and 33. RGB value is (90,36,51). Sum of RGB (Red+Green+Blue) = 90+36+51=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2433 is #A5DBCC. Grayscale: #353535. Windows color (decimal): -10869709 or 3351642. OLE color: 3351642.
HSL color Cylindrical-coordinate representation of color #5A2433: hue angle of 343.33º 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 #5A2433 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 51 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.65 |
| HSL | 343.33º | 0.43% | 0.25% | - |
| HSV(B) | 343.33º | 0.6% | 0.35% | - |
| XYZ | 5.44 | 3.67 | 3.55 | - |
| YUV | 53.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 51 | 0 | 0.60 | 0.43 | 0.65 | 343.33 | 0.43 | 0.25 |
| Hex | 5A | 24 | 33 | 0 | 3C | 2B | 41 | 157 | 2B | 19 |
| Octal | 132 | 44 | 63 | 0 | 74 | 53 | 101 | 527 | 53 | 31 |
| Binary | 1011010 | 100100 | 110011 | 0 | 111100 | 101011 | 1000001 | 101010111 | 101011 | 11001 |
Color Harmonies of #5A2433
Complementary color
Monochromatic Colors of #5A2433
Black with #5A2433
Text Example
Text Example
White with #5A2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2433; }
p { color: rgb(90,36,51); }
H1.HeaderClassName
{
color: #5A2433;
}
.AnyTagClassName
{
color: #5A2433;
}
</style>
background-color css
<style>
a { background-color: #5A2433; }
a { background-color: rgb(90,36,51); }
div.DivClassName
{
background-color: #5A2433;
}
.BgClassName
{
background-color: #5A2433;
}
</style>
border-color css
<style>
span { border-color: #5A2433; }
span { border-color: rgb(90,36,51); }
td.TdClassName
{
border-color: #5A2433;
}
.TagClassName
{
border-color: #5A2433;
}
</style>