Shades of Black Rose #571D2D
Tints of Black Rose #571D2D
RGB
CMYK
RGB Variations
Color information
#571D2D (or 0x571D2D) is known color: Black Rose. HEX triplet: 57, 1D and 2D. RGB value is (87,29,45). Sum of RGB (Red+Green+Blue) = 87+29+45=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D2D is #A8E2D2. Grayscale: #303030. Windows color (decimal): -11068115 or 2956631. OLE color: 2956631.
HSL color Cylindrical-coordinate representation of color #571D2D: hue angle of 343.45º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D2D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 45 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.66 |
| HSL | 343.45º | 0.5% | 0.23% | - |
| HSV(B) | 343.45º | 0.67% | 0.34% | - |
| XYZ | 4.84 | 3.09 | 2.82 | - |
| YUV | 48.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 45 | 0 | 0.67 | 0.48 | 0.66 | 343.45 | 0.5 | 0.23 |
| Hex | 57 | 1D | 2D | 0 | 43 | 30 | 42 | 157 | 32 | 17 |
| Octal | 127 | 35 | 55 | 0 | 103 | 60 | 102 | 527 | 62 | 27 |
| Binary | 1010111 | 11101 | 101101 | 0 | 1000011 | 110000 | 1000010 | 101010111 | 110010 | 10111 |
Color Harmonies of #571D2D
Complementary color
Monochromatic Colors of #571D2D
Black with #571D2D
Text Example
Text Example
White with #571D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D2D; }
p { color: rgb(87,29,45); }
H1.HeaderClassName
{
color: #571D2D;
}
.AnyTagClassName
{
color: #571D2D;
}
</style>
background-color css
<style>
a { background-color: #571D2D; }
a { background-color: rgb(87,29,45); }
div.DivClassName
{
background-color: #571D2D;
}
.BgClassName
{
background-color: #571D2D;
}
</style>
border-color css
<style>
span { border-color: #571D2D; }
span { border-color: rgb(87,29,45); }
td.TdClassName
{
border-color: #571D2D;
}
.TagClassName
{
border-color: #571D2D;
}
</style>