Shades of Black Rose #571E39
Tints of Black Rose #571E39
RGB
CMYK
RGB Variations
Color information
#571E39 (or 0x571E39) is known color: Black Rose. HEX triplet: 57, 1E and 39. RGB value is (87,30,57). Sum of RGB (Red+Green+Blue) = 87+30+57=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E39 is #A8E1C6. Grayscale: #323232. Windows color (decimal): -11067847 or 3743319. OLE color: 3743319.
HSL color Cylindrical-coordinate representation of color #571E39: hue angle of 331.58º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E39 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 57 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.66 |
| HSL | 331.58º | 0.49% | 0.23% | - |
| HSV(B) | 331.58º | 0.66% | 0.34% | - |
| XYZ | 5.13 | 3.25 | 4.23 | - |
| YUV | 50.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 57 | 0 | 0.66 | 0.34 | 0.66 | 331.58 | 0.49 | 0.23 |
| Hex | 57 | 1E | 39 | 0 | 42 | 22 | 42 | 14C | 31 | 17 |
| Octal | 127 | 36 | 71 | 0 | 102 | 42 | 102 | 514 | 61 | 27 |
| Binary | 1010111 | 11110 | 111001 | 0 | 1000010 | 100010 | 1000010 | 101001100 | 110001 | 10111 |
Color Harmonies of #571E39
Complementary color
Monochromatic Colors of #571E39
Black with #571E39
Text Example
Text Example
White with #571E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E39; }
p { color: rgb(87,30,57); }
H1.HeaderClassName
{
color: #571E39;
}
.AnyTagClassName
{
color: #571E39;
}
</style>
background-color css
<style>
a { background-color: #571E39; }
a { background-color: rgb(87,30,57); }
div.DivClassName
{
background-color: #571E39;
}
.BgClassName
{
background-color: #571E39;
}
</style>
border-color css
<style>
span { border-color: #571E39; }
span { border-color: rgb(87,30,57); }
td.TdClassName
{
border-color: #571E39;
}
.TagClassName
{
border-color: #571E39;
}
</style>