Shades of Black Rose #57222F
Tints of Black Rose #57222F
RGB
CMYK
RGB Variations
Color information
#57222F (or 0x57222F) is known color: Black Rose. HEX triplet: 57, 22 and 2F. RGB value is (87,34,47). Sum of RGB (Red+Green+Blue) = 87+34+47=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222F is #A8DDD0. Grayscale: #333333. Windows color (decimal): -11066833 or 3088983. OLE color: 3088983.
HSL color Cylindrical-coordinate representation of color #57222F: hue angle of 345.28º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57222F is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 34 | 47 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.66 |
| HSL | 345.28º | 0.44% | 0.24% | - |
| HSV(B) | 345.28º | 0.61% | 0.34% | - |
| XYZ | 5.02 | 3.38 | 3.08 | - |
| YUV | 51.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 47 | 0 | 0.61 | 0.46 | 0.66 | 345.28 | 0.44 | 0.24 |
| Hex | 57 | 22 | 2F | 0 | 3D | 2E | 42 | 159 | 2C | 18 |
| Octal | 127 | 42 | 57 | 0 | 75 | 56 | 102 | 531 | 54 | 30 |
| Binary | 1010111 | 100010 | 101111 | 0 | 111101 | 101110 | 1000010 | 101011001 | 101100 | 11000 |
Color Harmonies of #57222F
Complementary color
Monochromatic Colors of #57222F
Black with #57222F
Text Example
Text Example
White with #57222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57222F; }
p { color: rgb(87,34,47); }
H1.HeaderClassName
{
color: #57222F;
}
.AnyTagClassName
{
color: #57222F;
}
</style>
background-color css
<style>
a { background-color: #57222F; }
a { background-color: rgb(87,34,47); }
div.DivClassName
{
background-color: #57222F;
}
.BgClassName
{
background-color: #57222F;
}
</style>
border-color css
<style>
span { border-color: #57222F; }
span { border-color: rgb(87,34,47); }
td.TdClassName
{
border-color: #57222F;
}
.TagClassName
{
border-color: #57222F;
}
</style>