Shades of Black Rose #5A1B2D
Tints of Black Rose #5A1B2D
RGB
CMYK
RGB Variations
Color information
#5A1B2D (or 0x5A1B2D) is known color: Black Rose. HEX triplet: 5A, 1B and 2D. RGB value is (90,27,45). Sum of RGB (Red+Green+Blue) = 90+27+45=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B2D is #A5E4D2. Grayscale: #2F2F2F. Windows color (decimal): -10872019 or 2956122. OLE color: 2956122.
HSL color Cylindrical-coordinate representation of color #5A1B2D: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B2D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 45 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.65 |
| HSL | 342.86º | 0.54% | 0.23% | - |
| HSV(B) | 342.86º | 0.7% | 0.35% | - |
| XYZ | 5.08 | 3.15 | 2.82 | - |
| YUV | 47.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 45 | 0 | 0.70 | 0.50 | 0.65 | 342.86 | 0.54 | 0.23 |
| Hex | 5A | 1B | 2D | 0 | 46 | 32 | 41 | 157 | 36 | 17 |
| Octal | 132 | 33 | 55 | 0 | 106 | 62 | 101 | 527 | 66 | 27 |
| Binary | 1011010 | 11011 | 101101 | 0 | 1000110 | 110010 | 1000001 | 101010111 | 110110 | 10111 |
Color Harmonies of #5A1B2D
Complementary color
Monochromatic Colors of #5A1B2D
Black with #5A1B2D
Text Example
Text Example
White with #5A1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B2D; }
p { color: rgb(90,27,45); }
H1.HeaderClassName
{
color: #5A1B2D;
}
.AnyTagClassName
{
color: #5A1B2D;
}
</style>
background-color css
<style>
a { background-color: #5A1B2D; }
a { background-color: rgb(90,27,45); }
div.DivClassName
{
background-color: #5A1B2D;
}
.BgClassName
{
background-color: #5A1B2D;
}
</style>
border-color css
<style>
span { border-color: #5A1B2D; }
span { border-color: rgb(90,27,45); }
td.TdClassName
{
border-color: #5A1B2D;
}
.TagClassName
{
border-color: #5A1B2D;
}
</style>