Shades of Black Rose #57273C
Tints of Black Rose #57273C
RGB
CMYK
RGB Variations
Color information
#57273C (or 0x57273C) is known color: Black Rose. HEX triplet: 57, 27 and 3C. RGB value is (87,39,60). Sum of RGB (Red+Green+Blue) = 87+39+60=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57273C is #A8D8C3. Grayscale: #373737. Windows color (decimal): -11065540 or 3942231. OLE color: 3942231.
HSL color Cylindrical-coordinate representation of color #57273C: hue angle of 333.75º 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 #57273C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 60 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.66 |
| HSL | 333.75º | 0.38% | 0.25% | - |
| HSV(B) | 333.75º | 0.55% | 0.34% | - |
| XYZ | 5.47 | 3.8 | 4.72 | - |
| YUV | 55.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 60 | 0 | 0.55 | 0.31 | 0.66 | 333.75 | 0.38 | 0.25 |
| Hex | 57 | 27 | 3C | 0 | 37 | 1F | 42 | 14E | 26 | 19 |
| Octal | 127 | 47 | 74 | 0 | 67 | 37 | 102 | 516 | 46 | 31 |
| Binary | 1010111 | 100111 | 111100 | 0 | 110111 | 11111 | 1000010 | 101001110 | 100110 | 11001 |
Color Harmonies of #57273C
Complementary color
Monochromatic Colors of #57273C
Black with #57273C
Text Example
Text Example
White with #57273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57273C; }
p { color: rgb(87,39,60); }
H1.HeaderClassName
{
color: #57273C;
}
.AnyTagClassName
{
color: #57273C;
}
</style>
background-color css
<style>
a { background-color: #57273C; }
a { background-color: rgb(87,39,60); }
div.DivClassName
{
background-color: #57273C;
}
.BgClassName
{
background-color: #57273C;
}
</style>
border-color css
<style>
span { border-color: #57273C; }
span { border-color: rgb(87,39,60); }
td.TdClassName
{
border-color: #57273C;
}
.TagClassName
{
border-color: #57273C;
}
</style>