Shades of Black Rose #572133
Tints of Black Rose #572133
RGB
CMYK
RGB Variations
Color information
#572133 (or 0x572133) is known color: Black Rose. HEX triplet: 57, 21 and 33. RGB value is (87,33,51). Sum of RGB (Red+Green+Blue) = 87+33+51=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #572133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572133 is #A8DECC. Grayscale: #333333. Windows color (decimal): -11067085 or 3350871. OLE color: 3350871.
HSL color Cylindrical-coordinate representation of color #572133: hue angle of 340º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572133 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 51 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.66 |
| HSL | 340º | 0.45% | 0.24% | - |
| HSV(B) | 340º | 0.62% | 0.34% | - |
| XYZ | 5.07 | 3.35 | 3.51 | - |
| YUV | 51.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 51 | 0 | 0.62 | 0.41 | 0.66 | 340 | 0.45 | 0.24 |
| Hex | 57 | 21 | 33 | 0 | 3E | 29 | 42 | 154 | 2D | 18 |
| Octal | 127 | 41 | 63 | 0 | 76 | 51 | 102 | 524 | 55 | 30 |
| Binary | 1010111 | 100001 | 110011 | 0 | 111110 | 101001 | 1000010 | 101010100 | 101101 | 11000 |
Color Harmonies of #572133
Complementary color
Monochromatic Colors of #572133
Black with #572133
Text Example
Text Example
White with #572133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572133; }
p { color: rgb(87,33,51); }
H1.HeaderClassName
{
color: #572133;
}
.AnyTagClassName
{
color: #572133;
}
</style>
background-color css
<style>
a { background-color: #572133; }
a { background-color: rgb(87,33,51); }
div.DivClassName
{
background-color: #572133;
}
.BgClassName
{
background-color: #572133;
}
</style>
border-color css
<style>
span { border-color: #572133; }
span { border-color: rgb(87,33,51); }
td.TdClassName
{
border-color: #572133;
}
.TagClassName
{
border-color: #572133;
}
</style>