Shades of Black Rose #57182E
Tints of Black Rose #57182E
RGB
CMYK
RGB Variations
Color information
#57182E (or 0x57182E) is known color: Black Rose. HEX triplet: 57, 18 and 2E. RGB value is (87,24,46). Sum of RGB (Red+Green+Blue) = 87+24+46=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182E is #A8E7D1. Grayscale: #2D2D2D. Windows color (decimal): -11069394 or 3020887. OLE color: 3020887.
HSL color Cylindrical-coordinate representation of color #57182E: hue angle of 339.05º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57182E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 46 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.66 |
| HSL | 339.05º | 0.57% | 0.22% | - |
| HSV(B) | 339.05º | 0.72% | 0.34% | - |
| XYZ | 4.75 | 2.88 | 2.89 | - |
| YUV | 45.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 46 | 0 | 0.72 | 0.47 | 0.66 | 339.05 | 0.57 | 0.22 |
| Hex | 57 | 18 | 2E | 0 | 48 | 2F | 42 | 153 | 39 | 16 |
| Octal | 127 | 30 | 56 | 0 | 110 | 57 | 102 | 523 | 71 | 26 |
| Binary | 1010111 | 11000 | 101110 | 0 | 1001000 | 101111 | 1000010 | 101010011 | 111001 | 10110 |
Color Harmonies of #57182E
Complementary color
Monochromatic Colors of #57182E
Black with #57182E
Text Example
Text Example
White with #57182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57182E; }
p { color: rgb(87,24,46); }
H1.HeaderClassName
{
color: #57182E;
}
.AnyTagClassName
{
color: #57182E;
}
</style>
background-color css
<style>
a { background-color: #57182E; }
a { background-color: rgb(87,24,46); }
div.DivClassName
{
background-color: #57182E;
}
.BgClassName
{
background-color: #57182E;
}
</style>
border-color css
<style>
span { border-color: #57182E; }
span { border-color: rgb(87,24,46); }
td.TdClassName
{
border-color: #57182E;
}
.TagClassName
{
border-color: #57182E;
}
</style>