Shades of Black Rose #571A2E
Tints of Black Rose #571A2E
RGB
CMYK
RGB Variations
Color information
#571A2E (or 0x571A2E) is known color: Black Rose. HEX triplet: 57, 1A and 2E. RGB value is (87,26,46). Sum of RGB (Red+Green+Blue) = 87+26+46=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A2E is #A8E5D1. Grayscale: #2E2E2E. Windows color (decimal): -11068882 or 3021399. OLE color: 3021399.
HSL color Cylindrical-coordinate representation of color #571A2E: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A2E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 46 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.66 |
| HSL | 340.33º | 0.54% | 0.22% | - |
| HSV(B) | 340.33º | 0.7% | 0.34% | - |
| XYZ | 4.79 | 2.96 | 2.9 | - |
| YUV | 46.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 46 | 0 | 0.70 | 0.47 | 0.66 | 340.33 | 0.54 | 0.22 |
| Hex | 57 | 1A | 2E | 0 | 46 | 2F | 42 | 154 | 36 | 16 |
| Octal | 127 | 32 | 56 | 0 | 106 | 57 | 102 | 524 | 66 | 26 |
| Binary | 1010111 | 11010 | 101110 | 0 | 1000110 | 101111 | 1000010 | 101010100 | 110110 | 10110 |
Color Harmonies of #571A2E
Complementary color
Monochromatic Colors of #571A2E
Black with #571A2E
Text Example
Text Example
White with #571A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A2E; }
p { color: rgb(87,26,46); }
H1.HeaderClassName
{
color: #571A2E;
}
.AnyTagClassName
{
color: #571A2E;
}
</style>
background-color css
<style>
a { background-color: #571A2E; }
a { background-color: rgb(87,26,46); }
div.DivClassName
{
background-color: #571A2E;
}
.BgClassName
{
background-color: #571A2E;
}
</style>
border-color css
<style>
span { border-color: #571A2E; }
span { border-color: rgb(87,26,46); }
td.TdClassName
{
border-color: #571A2E;
}
.TagClassName
{
border-color: #571A2E;
}
</style>