Shades of Black Rose #5A1A34
Tints of Black Rose #5A1A34
RGB
CMYK
RGB Variations
Color information
#5A1A34 (or 0x5A1A34) is known color: Black Rose. HEX triplet: 5A, 1A and 34. RGB value is (90,26,52). Sum of RGB (Red+Green+Blue) = 90+26+52=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A34 is #A5E5CB. Grayscale: #303030. Windows color (decimal): -10872268 or 3414618. OLE color: 3414618.
HSL color Cylindrical-coordinate representation of color #5A1A34: hue angle of 335.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A34 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 52 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.65 |
| HSL | 335.63º | 0.55% | 0.23% | - |
| HSV(B) | 335.63º | 0.71% | 0.35% | - |
| XYZ | 5.21 | 3.16 | 3.58 | - |
| YUV | 48.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 52 | 0 | 0.71 | 0.42 | 0.65 | 335.63 | 0.55 | 0.23 |
| Hex | 5A | 1A | 34 | 0 | 47 | 2A | 41 | 150 | 37 | 17 |
| Octal | 132 | 32 | 64 | 0 | 107 | 52 | 101 | 520 | 67 | 27 |
| Binary | 1011010 | 11010 | 110100 | 0 | 1000111 | 101010 | 1000001 | 101010000 | 110111 | 10111 |
Color Harmonies of #5A1A34
Complementary color
Monochromatic Colors of #5A1A34
Black with #5A1A34
Text Example
Text Example
White with #5A1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A34; }
p { color: rgb(90,26,52); }
H1.HeaderClassName
{
color: #5A1A34;
}
.AnyTagClassName
{
color: #5A1A34;
}
</style>
background-color css
<style>
a { background-color: #5A1A34; }
a { background-color: rgb(90,26,52); }
div.DivClassName
{
background-color: #5A1A34;
}
.BgClassName
{
background-color: #5A1A34;
}
</style>
border-color css
<style>
span { border-color: #5A1A34; }
span { border-color: rgb(90,26,52); }
td.TdClassName
{
border-color: #5A1A34;
}
.TagClassName
{
border-color: #5A1A34;
}
</style>