Shades of Black Rose #57192D
Tints of Black Rose #57192D
RGB
CMYK
RGB Variations
Color information
#57192D (or 0x57192D) is known color: Black Rose. HEX triplet: 57, 19 and 2D. RGB value is (87,25,45). Sum of RGB (Red+Green+Blue) = 87+25+45=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57192D is #A8E6D2. Grayscale: #2D2D2D. Windows color (decimal): -11069139 or 2955607. OLE color: 2955607.
HSL color Cylindrical-coordinate representation of color #57192D: hue angle of 340.65º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57192D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 45 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.66 |
| HSL | 340.65º | 0.55% | 0.22% | - |
| HSV(B) | 340.65º | 0.71% | 0.34% | - |
| XYZ | 4.75 | 2.91 | 2.79 | - |
| YUV | 45.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 45 | 0 | 0.71 | 0.48 | 0.66 | 340.65 | 0.55 | 0.22 |
| Hex | 57 | 19 | 2D | 0 | 47 | 30 | 42 | 155 | 37 | 16 |
| Octal | 127 | 31 | 55 | 0 | 107 | 60 | 102 | 525 | 67 | 26 |
| Binary | 1010111 | 11001 | 101101 | 0 | 1000111 | 110000 | 1000010 | 101010101 | 110111 | 10110 |
Color Harmonies of #57192D
Complementary color
Monochromatic Colors of #57192D
Black with #57192D
Text Example
Text Example
White with #57192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57192D; }
p { color: rgb(87,25,45); }
H1.HeaderClassName
{
color: #57192D;
}
.AnyTagClassName
{
color: #57192D;
}
</style>
background-color css
<style>
a { background-color: #57192D; }
a { background-color: rgb(87,25,45); }
div.DivClassName
{
background-color: #57192D;
}
.BgClassName
{
background-color: #57192D;
}
</style>
border-color css
<style>
span { border-color: #57192D; }
span { border-color: rgb(87,25,45); }
td.TdClassName
{
border-color: #57192D;
}
.TagClassName
{
border-color: #57192D;
}
</style>