Shades of Black Rose #57162D
Tints of Black Rose #57162D
RGB
CMYK
RGB Variations
Color information
#57162D (or 0x57162D) is known color: Black Rose. HEX triplet: 57, 16 and 2D. RGB value is (87,22,45). Sum of RGB (Red+Green+Blue) = 87+22+45=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162D is #A8E9D2. Grayscale: #2C2C2C. Windows color (decimal): -11069907 or 2954839. OLE color: 2954839.
HSL color Cylindrical-coordinate representation of color #57162D: hue angle of 338.77º 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 #57162D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 45 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.66 |
| HSL | 338.77º | 0.6% | 0.21% | - |
| HSV(B) | 338.77º | 0.75% | 0.34% | - |
| XYZ | 4.69 | 2.79 | 2.77 | - |
| YUV | 44.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 45 | 0 | 0.75 | 0.48 | 0.66 | 338.77 | 0.6 | 0.21 |
| Hex | 57 | 16 | 2D | 0 | 4B | 30 | 42 | 153 | 3C | 15 |
| Octal | 127 | 26 | 55 | 0 | 113 | 60 | 102 | 523 | 74 | 25 |
| Binary | 1010111 | 10110 | 101101 | 0 | 1001011 | 110000 | 1000010 | 101010011 | 111100 | 10101 |
Color Harmonies of #57162D
Complementary color
Monochromatic Colors of #57162D
Black with #57162D
Text Example
Text Example
White with #57162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57162D; }
p { color: rgb(87,22,45); }
H1.HeaderClassName
{
color: #57162D;
}
.AnyTagClassName
{
color: #57162D;
}
</style>
background-color css
<style>
a { background-color: #57162D; }
a { background-color: rgb(87,22,45); }
div.DivClassName
{
background-color: #57162D;
}
.BgClassName
{
background-color: #57162D;
}
</style>
border-color css
<style>
span { border-color: #57162D; }
span { border-color: rgb(87,22,45); }
td.TdClassName
{
border-color: #57162D;
}
.TagClassName
{
border-color: #57162D;
}
</style>