Shades of Black Rose #572B3E
Tints of Black Rose #572B3E
RGB
CMYK
RGB Variations
Color information
#572B3E (or 0x572B3E) is known color: Black Rose. HEX triplet: 57, 2B and 3E. RGB value is (87,43,62). Sum of RGB (Red+Green+Blue) = 87+43+62=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B3E is #A8D4C1. Grayscale: #3A3A3A. Windows color (decimal): -11064514 or 4074327. OLE color: 4074327.
HSL color Cylindrical-coordinate representation of color #572B3E: hue angle of 334.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #572B3E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 62 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.66 |
| HSL | 334.09º | 0.34% | 0.25% | - |
| HSV(B) | 334.09º | 0.51% | 0.34% | - |
| XYZ | 5.66 | 4.1 | 5.05 | - |
| YUV | 58.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 62 | 0 | 0.51 | 0.29 | 0.66 | 334.09 | 0.34 | 0.25 |
| Hex | 57 | 2B | 3E | 0 | 33 | 1D | 42 | 14E | 22 | 19 |
| Octal | 127 | 53 | 76 | 0 | 63 | 35 | 102 | 516 | 42 | 31 |
| Binary | 1010111 | 101011 | 111110 | 0 | 110011 | 11101 | 1000010 | 101001110 | 100010 | 11001 |
Color Harmonies of #572B3E
Complementary color
Monochromatic Colors of #572B3E
Black with #572B3E
Text Example
Text Example
White with #572B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B3E; }
p { color: rgb(87,43,62); }
H1.HeaderClassName
{
color: #572B3E;
}
.AnyTagClassName
{
color: #572B3E;
}
</style>
background-color css
<style>
a { background-color: #572B3E; }
a { background-color: rgb(87,43,62); }
div.DivClassName
{
background-color: #572B3E;
}
.BgClassName
{
background-color: #572B3E;
}
</style>
border-color css
<style>
span { border-color: #572B3E; }
span { border-color: rgb(87,43,62); }
td.TdClassName
{
border-color: #572B3E;
}
.TagClassName
{
border-color: #572B3E;
}
</style>