Shades of Black Rose #57162F
Tints of Black Rose #57162F
RGB
CMYK
RGB Variations
Color information
#57162F (or 0x57162F) is known color: Black Rose. HEX triplet: 57, 16 and 2F. RGB value is (87,22,47). Sum of RGB (Red+Green+Blue) = 87+22+47=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162F is #A8E9D0. Grayscale: #2C2C2C. Windows color (decimal): -11069905 or 3085911. OLE color: 3085911.
HSL color Cylindrical-coordinate representation of color #57162F: hue angle of 336.92º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57162F is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 47 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.66 |
| HSL | 336.92º | 0.6% | 0.21% | - |
| HSV(B) | 336.92º | 0.75% | 0.34% | - |
| XYZ | 4.73 | 2.81 | 2.98 | - |
| YUV | 44.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 47 | 0 | 0.75 | 0.46 | 0.66 | 336.92 | 0.6 | 0.21 |
| Hex | 57 | 16 | 2F | 0 | 4B | 2E | 42 | 151 | 3C | 15 |
| Octal | 127 | 26 | 57 | 0 | 113 | 56 | 102 | 521 | 74 | 25 |
| Binary | 1010111 | 10110 | 101111 | 0 | 1001011 | 101110 | 1000010 | 101010001 | 111100 | 10101 |
Color Harmonies of #57162F
Complementary color
Monochromatic Colors of #57162F
Black with #57162F
Text Example
Text Example
White with #57162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57162F; }
p { color: rgb(87,22,47); }
H1.HeaderClassName
{
color: #57162F;
}
.AnyTagClassName
{
color: #57162F;
}
</style>
background-color css
<style>
a { background-color: #57162F; }
a { background-color: rgb(87,22,47); }
div.DivClassName
{
background-color: #57162F;
}
.BgClassName
{
background-color: #57162F;
}
</style>
border-color css
<style>
span { border-color: #57162F; }
span { border-color: rgb(87,22,47); }
td.TdClassName
{
border-color: #57162F;
}
.TagClassName
{
border-color: #57162F;
}
</style>