Shades of Black Rose #571C34
Tints of Black Rose #571C34
RGB
CMYK
RGB Variations
Color information
#571C34 (or 0x571C34) is known color: Black Rose. HEX triplet: 57, 1C and 34. RGB value is (87,28,52). Sum of RGB (Red+Green+Blue) = 87+28+52=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #571C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C34 is #A8E3CB. Grayscale: #303030. Windows color (decimal): -11068364 or 3415127. OLE color: 3415127.
HSL color Cylindrical-coordinate representation of color #571C34: hue angle of 335.59º 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 #571C34 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 52 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.66 |
| HSL | 335.59º | 0.51% | 0.23% | - |
| HSV(B) | 335.59º | 0.68% | 0.34% | - |
| XYZ | 4.97 | 3.1 | 3.59 | - |
| YUV | 48.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 52 | 0 | 0.68 | 0.40 | 0.66 | 335.59 | 0.51 | 0.23 |
| Hex | 57 | 1C | 34 | 0 | 44 | 28 | 42 | 150 | 33 | 17 |
| Octal | 127 | 34 | 64 | 0 | 104 | 50 | 102 | 520 | 63 | 27 |
| Binary | 1010111 | 11100 | 110100 | 0 | 1000100 | 101000 | 1000010 | 101010000 | 110011 | 10111 |
Color Harmonies of #571C34
Complementary color
Monochromatic Colors of #571C34
Black with #571C34
Text Example
Text Example
White with #571C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C34; }
p { color: rgb(87,28,52); }
H1.HeaderClassName
{
color: #571C34;
}
.AnyTagClassName
{
color: #571C34;
}
</style>
background-color css
<style>
a { background-color: #571C34; }
a { background-color: rgb(87,28,52); }
div.DivClassName
{
background-color: #571C34;
}
.BgClassName
{
background-color: #571C34;
}
</style>
border-color css
<style>
span { border-color: #571C34; }
span { border-color: rgb(87,28,52); }
td.TdClassName
{
border-color: #571C34;
}
.TagClassName
{
border-color: #571C34;
}
</style>