Shades of Black Rose #571C33
Tints of Black Rose #571C33
RGB
CMYK
RGB Variations
Color information
#571C33 (or 0x571C33) is known color: Black Rose. HEX triplet: 57, 1C and 33. RGB value is (87,28,51). Sum of RGB (Red+Green+Blue) = 87+28+51=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #571C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C33 is #A8E3CC. Grayscale: #303030. Windows color (decimal): -11068365 or 3349591. OLE color: 3349591.
HSL color Cylindrical-coordinate representation of color #571C33: hue angle of 336.61º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C33 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 51 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.66 |
| HSL | 336.61º | 0.51% | 0.23% | - |
| HSV(B) | 336.61º | 0.68% | 0.34% | - |
| XYZ | 4.94 | 3.1 | 3.47 | - |
| YUV | 48.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 51 | 0 | 0.68 | 0.41 | 0.66 | 336.61 | 0.51 | 0.23 |
| Hex | 57 | 1C | 33 | 0 | 44 | 29 | 42 | 151 | 33 | 17 |
| Octal | 127 | 34 | 63 | 0 | 104 | 51 | 102 | 521 | 63 | 27 |
| Binary | 1010111 | 11100 | 110011 | 0 | 1000100 | 101001 | 1000010 | 101010001 | 110011 | 10111 |
Color Harmonies of #571C33
Complementary color
Monochromatic Colors of #571C33
Black with #571C33
Text Example
Text Example
White with #571C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C33; }
p { color: rgb(87,28,51); }
H1.HeaderClassName
{
color: #571C33;
}
.AnyTagClassName
{
color: #571C33;
}
</style>
background-color css
<style>
a { background-color: #571C33; }
a { background-color: rgb(87,28,51); }
div.DivClassName
{
background-color: #571C33;
}
.BgClassName
{
background-color: #571C33;
}
</style>
border-color css
<style>
span { border-color: #571C33; }
span { border-color: rgb(87,28,51); }
td.TdClassName
{
border-color: #571C33;
}
.TagClassName
{
border-color: #571C33;
}
</style>