Shades of Black Rose #57293C
Tints of Black Rose #57293C
RGB
CMYK
RGB Variations
Color information
#57293C (or 0x57293C) is known color: Black Rose. HEX triplet: 57, 29 and 3C. RGB value is (87,41,60). Sum of RGB (Red+Green+Blue) = 87+41+60=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57293C is #A8D6C3. Grayscale: #383838. Windows color (decimal): -11065028 or 3942743. OLE color: 3942743.
HSL color Cylindrical-coordinate representation of color #57293C: hue angle of 335.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57293C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 60 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.66 |
| HSL | 335.22º | 0.36% | 0.25% | - |
| HSV(B) | 335.22º | 0.53% | 0.34% | - |
| XYZ | 5.54 | 3.94 | 4.74 | - |
| YUV | 56.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 60 | 0 | 0.53 | 0.31 | 0.66 | 335.22 | 0.36 | 0.25 |
| Hex | 57 | 29 | 3C | 0 | 35 | 1F | 42 | 14F | 24 | 19 |
| Octal | 127 | 51 | 74 | 0 | 65 | 37 | 102 | 517 | 44 | 31 |
| Binary | 1010111 | 101001 | 111100 | 0 | 110101 | 11111 | 1000010 | 101001111 | 100100 | 11001 |
Color Harmonies of #57293C
Complementary color
Monochromatic Colors of #57293C
Black with #57293C
Text Example
Text Example
White with #57293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57293C; }
p { color: rgb(87,41,60); }
H1.HeaderClassName
{
color: #57293C;
}
.AnyTagClassName
{
color: #57293C;
}
</style>
background-color css
<style>
a { background-color: #57293C; }
a { background-color: rgb(87,41,60); }
div.DivClassName
{
background-color: #57293C;
}
.BgClassName
{
background-color: #57293C;
}
</style>
border-color css
<style>
span { border-color: #57293C; }
span { border-color: rgb(87,41,60); }
td.TdClassName
{
border-color: #57293C;
}
.TagClassName
{
border-color: #57293C;
}
</style>