Shades of Black Rose #571D31
Tints of Black Rose #571D31
RGB
CMYK
RGB Variations
Color information
#571D31 (or 0x571D31) is known color: Black Rose. HEX triplet: 57, 1D and 31. RGB value is (87,29,49). Sum of RGB (Red+Green+Blue) = 87+29+49=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #571D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D31 is #A8E2CE. Grayscale: #303030. Windows color (decimal): -11068111 or 3218775. OLE color: 3218775.
HSL color Cylindrical-coordinate representation of color #571D31: hue angle of 339.31º 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 #571D31 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 49 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.66 |
| HSL | 339.31º | 0.5% | 0.23% | - |
| HSV(B) | 339.31º | 0.67% | 0.34% | - |
| XYZ | 4.92 | 3.13 | 3.25 | - |
| YUV | 48.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 49 | 0 | 0.67 | 0.44 | 0.66 | 339.31 | 0.5 | 0.23 |
| Hex | 57 | 1D | 31 | 0 | 43 | 2C | 42 | 153 | 32 | 17 |
| Octal | 127 | 35 | 61 | 0 | 103 | 54 | 102 | 523 | 62 | 27 |
| Binary | 1010111 | 11101 | 110001 | 0 | 1000011 | 101100 | 1000010 | 101010011 | 110010 | 10111 |
Color Harmonies of #571D31
Complementary color
Monochromatic Colors of #571D31
Black with #571D31
Text Example
Text Example
White with #571D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D31; }
p { color: rgb(87,29,49); }
H1.HeaderClassName
{
color: #571D31;
}
.AnyTagClassName
{
color: #571D31;
}
</style>
background-color css
<style>
a { background-color: #571D31; }
a { background-color: rgb(87,29,49); }
div.DivClassName
{
background-color: #571D31;
}
.BgClassName
{
background-color: #571D31;
}
</style>
border-color css
<style>
span { border-color: #571D31; }
span { border-color: rgb(87,29,49); }
td.TdClassName
{
border-color: #571D31;
}
.TagClassName
{
border-color: #571D31;
}
</style>