Shades of Black Rose #572A3E
Tints of Black Rose #572A3E
RGB
CMYK
RGB Variations
Color information
#572A3E (or 0x572A3E) is known color: Black Rose. HEX triplet: 57, 2A and 3E. RGB value is (87,42,62). Sum of RGB (Red+Green+Blue) = 87+42+62=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A3E is #A8D5C1. Grayscale: #393939. Windows color (decimal): -11064770 or 4074071. OLE color: 4074071.
HSL color Cylindrical-coordinate representation of color #572A3E: hue angle of 333.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A3E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 62 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.66 |
| HSL | 333.33º | 0.35% | 0.25% | - |
| HSV(B) | 333.33º | 0.52% | 0.34% | - |
| XYZ | 5.63 | 4.03 | 5.04 | - |
| YUV | 57.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 62 | 0 | 0.52 | 0.29 | 0.66 | 333.33 | 0.35 | 0.25 |
| Hex | 57 | 2A | 3E | 0 | 34 | 1D | 42 | 14D | 23 | 19 |
| Octal | 127 | 52 | 76 | 0 | 64 | 35 | 102 | 515 | 43 | 31 |
| Binary | 1010111 | 101010 | 111110 | 0 | 110100 | 11101 | 1000010 | 101001101 | 100011 | 11001 |
Color Harmonies of #572A3E
Complementary color
Monochromatic Colors of #572A3E
Black with #572A3E
Text Example
Text Example
White with #572A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A3E; }
p { color: rgb(87,42,62); }
H1.HeaderClassName
{
color: #572A3E;
}
.AnyTagClassName
{
color: #572A3E;
}
</style>
background-color css
<style>
a { background-color: #572A3E; }
a { background-color: rgb(87,42,62); }
div.DivClassName
{
background-color: #572A3E;
}
.BgClassName
{
background-color: #572A3E;
}
</style>
border-color css
<style>
span { border-color: #572A3E; }
span { border-color: rgb(87,42,62); }
td.TdClassName
{
border-color: #572A3E;
}
.TagClassName
{
border-color: #572A3E;
}
</style>