Shades of Black Rose #5A1F2D
Tints of Black Rose #5A1F2D
RGB
CMYK
RGB Variations
Color information
#5A1F2D (or 0x5A1F2D) is known color: Black Rose. HEX triplet: 5A, 1F and 2D. RGB value is (90,31,45). Sum of RGB (Red+Green+Blue) = 90+31+45=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1F2D is #A5E0D2. Grayscale: #323232. Windows color (decimal): -10870995 or 2957146. OLE color: 2957146.
HSL color Cylindrical-coordinate representation of color #5A1F2D: hue angle of 345.76º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A1F2D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 31 | 45 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.65 |
| HSL | 345.76º | 0.49% | 0.24% | - |
| HSV(B) | 345.76º | 0.66% | 0.35% | - |
| XYZ | 5.18 | 3.34 | 2.85 | - |
| YUV | 50.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 45 | 0 | 0.66 | 0.50 | 0.65 | 345.76 | 0.49 | 0.24 |
| Hex | 5A | 1F | 2D | 0 | 42 | 32 | 41 | 15A | 31 | 18 |
| Octal | 132 | 37 | 55 | 0 | 102 | 62 | 101 | 532 | 61 | 30 |
| Binary | 1011010 | 11111 | 101101 | 0 | 1000010 | 110010 | 1000001 | 101011010 | 110001 | 11000 |
Color Harmonies of #5A1F2D
Complementary color
Monochromatic Colors of #5A1F2D
Black with #5A1F2D
Text Example
Text Example
White with #5A1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F2D; }
p { color: rgb(90,31,45); }
H1.HeaderClassName
{
color: #5A1F2D;
}
.AnyTagClassName
{
color: #5A1F2D;
}
</style>
background-color css
<style>
a { background-color: #5A1F2D; }
a { background-color: rgb(90,31,45); }
div.DivClassName
{
background-color: #5A1F2D;
}
.BgClassName
{
background-color: #5A1F2D;
}
</style>
border-color css
<style>
span { border-color: #5A1F2D; }
span { border-color: rgb(90,31,45); }
td.TdClassName
{
border-color: #5A1F2D;
}
.TagClassName
{
border-color: #5A1F2D;
}
</style>