Shades of Black Rose #57272F
Tints of Black Rose #57272F
RGB
CMYK
RGB Variations
Color information
#57272F (or 0x57272F) is known color: Black Rose. HEX triplet: 57, 27 and 2F. RGB value is (87,39,47). Sum of RGB (Red+Green+Blue) = 87+39+47=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57272F is #A8D8D0. Grayscale: #363636. Windows color (decimal): -11065553 or 3090263. OLE color: 3090263.
HSL color Cylindrical-coordinate representation of color #57272F: hue angle of 350º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57272F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 47 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.66 |
| HSL | 350º | 0.38% | 0.25% | - |
| HSV(B) | 350º | 0.55% | 0.34% | - |
| XYZ | 5.17 | 3.68 | 3.13 | - |
| YUV | 54.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 47 | 0 | 0.55 | 0.46 | 0.66 | 350 | 0.38 | 0.25 |
| Hex | 57 | 27 | 2F | 0 | 37 | 2E | 42 | 15E | 26 | 19 |
| Octal | 127 | 47 | 57 | 0 | 67 | 56 | 102 | 536 | 46 | 31 |
| Binary | 1010111 | 100111 | 101111 | 0 | 110111 | 101110 | 1000010 | 101011110 | 100110 | 11001 |
Color Harmonies of #57272F
Complementary color
Monochromatic Colors of #57272F
Black with #57272F
Text Example
Text Example
White with #57272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57272F; }
p { color: rgb(87,39,47); }
H1.HeaderClassName
{
color: #57272F;
}
.AnyTagClassName
{
color: #57272F;
}
</style>
background-color css
<style>
a { background-color: #57272F; }
a { background-color: rgb(87,39,47); }
div.DivClassName
{
background-color: #57272F;
}
.BgClassName
{
background-color: #57272F;
}
</style>
border-color css
<style>
span { border-color: #57272F; }
span { border-color: rgb(87,39,47); }
td.TdClassName
{
border-color: #57272F;
}
.TagClassName
{
border-color: #57272F;
}
</style>