Shades of Black Rose #57172D
Tints of Black Rose #57172D
RGB
CMYK
RGB Variations
Color information
#57172D (or 0x57172D) is known color: Black Rose. HEX triplet: 57, 17 and 2D. RGB value is (87,23,45). Sum of RGB (Red+Green+Blue) = 87+23+45=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57172D is #A8E8D2. Grayscale: #2C2C2C. Windows color (decimal): -11069651 or 2955095. OLE color: 2955095.
HSL color Cylindrical-coordinate representation of color #57172D: hue angle of 339.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57172D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 45 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.66 |
| HSL | 339.38º | 0.58% | 0.22% | - |
| HSV(B) | 339.38º | 0.74% | 0.34% | - |
| XYZ | 4.71 | 2.83 | 2.78 | - |
| YUV | 44.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 45 | 0 | 0.74 | 0.48 | 0.66 | 339.38 | 0.58 | 0.22 |
| Hex | 57 | 17 | 2D | 0 | 4A | 30 | 42 | 153 | 3A | 16 |
| Octal | 127 | 27 | 55 | 0 | 112 | 60 | 102 | 523 | 72 | 26 |
| Binary | 1010111 | 10111 | 101101 | 0 | 1001010 | 110000 | 1000010 | 101010011 | 111010 | 10110 |
Color Harmonies of #57172D
Complementary color
Monochromatic Colors of #57172D
Black with #57172D
Text Example
Text Example
White with #57172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57172D; }
p { color: rgb(87,23,45); }
H1.HeaderClassName
{
color: #57172D;
}
.AnyTagClassName
{
color: #57172D;
}
</style>
background-color css
<style>
a { background-color: #57172D; }
a { background-color: rgb(87,23,45); }
div.DivClassName
{
background-color: #57172D;
}
.BgClassName
{
background-color: #57172D;
}
</style>
border-color css
<style>
span { border-color: #57172D; }
span { border-color: rgb(87,23,45); }
td.TdClassName
{
border-color: #57172D;
}
.TagClassName
{
border-color: #57172D;
}
</style>