Shades of Black Rose #572A3D
Tints of Black Rose #572A3D
RGB
CMYK
RGB Variations
Color information
#572A3D (or 0x572A3D) is known color: Black Rose. HEX triplet: 57, 2A and 3D. RGB value is (87,42,61). Sum of RGB (Red+Green+Blue) = 87+42+61=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A3D is #A8D5C2. Grayscale: #393939. Windows color (decimal): -11064771 or 4008535. OLE color: 4008535.
HSL color Cylindrical-coordinate representation of color #572A3D: hue angle of 334.67º 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 #572A3D is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 61 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.66 |
| HSL | 334.67º | 0.35% | 0.25% | - |
| HSV(B) | 334.67º | 0.52% | 0.34% | - |
| XYZ | 5.6 | 4.02 | 4.9 | - |
| YUV | 57.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 61 | 0 | 0.52 | 0.30 | 0.66 | 334.67 | 0.35 | 0.25 |
| Hex | 57 | 2A | 3D | 0 | 34 | 1E | 42 | 14F | 23 | 19 |
| Octal | 127 | 52 | 75 | 0 | 64 | 36 | 102 | 517 | 43 | 31 |
| Binary | 1010111 | 101010 | 111101 | 0 | 110100 | 11110 | 1000010 | 101001111 | 100011 | 11001 |
Color Harmonies of #572A3D
Complementary color
Monochromatic Colors of #572A3D
Black with #572A3D
Text Example
Text Example
White with #572A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A3D; }
p { color: rgb(87,42,61); }
H1.HeaderClassName
{
color: #572A3D;
}
.AnyTagClassName
{
color: #572A3D;
}
</style>
background-color css
<style>
a { background-color: #572A3D; }
a { background-color: rgb(87,42,61); }
div.DivClassName
{
background-color: #572A3D;
}
.BgClassName
{
background-color: #572A3D;
}
</style>
border-color css
<style>
span { border-color: #572A3D; }
span { border-color: rgb(87,42,61); }
td.TdClassName
{
border-color: #572A3D;
}
.TagClassName
{
border-color: #572A3D;
}
</style>