Shades of Black Rose #572A3C
Tints of Black Rose #572A3C
RGB
CMYK
RGB Variations
Color information
#572A3C (or 0x572A3C) is known color: Black Rose. HEX triplet: 57, 2A and 3C. RGB value is (87,42,60). Sum of RGB (Red+Green+Blue) = 87+42+60=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A3C is #A8D5C3. Grayscale: #393939. Windows color (decimal): -11064772 or 3942999. OLE color: 3942999.
HSL color Cylindrical-coordinate representation of color #572A3C: hue angle of 336º 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 #572A3C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 60 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.66 |
| HSL | 336º | 0.35% | 0.25% | - |
| HSV(B) | 336º | 0.52% | 0.34% | - |
| XYZ | 5.57 | 4.01 | 4.75 | - |
| YUV | 57.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 60 | 0 | 0.52 | 0.31 | 0.66 | 336 | 0.35 | 0.25 |
| Hex | 57 | 2A | 3C | 0 | 34 | 1F | 42 | 150 | 23 | 19 |
| Octal | 127 | 52 | 74 | 0 | 64 | 37 | 102 | 520 | 43 | 31 |
| Binary | 1010111 | 101010 | 111100 | 0 | 110100 | 11111 | 1000010 | 101010000 | 100011 | 11001 |
Color Harmonies of #572A3C
Complementary color
Monochromatic Colors of #572A3C
Black with #572A3C
Text Example
Text Example
White with #572A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A3C; }
p { color: rgb(87,42,60); }
H1.HeaderClassName
{
color: #572A3C;
}
.AnyTagClassName
{
color: #572A3C;
}
</style>
background-color css
<style>
a { background-color: #572A3C; }
a { background-color: rgb(87,42,60); }
div.DivClassName
{
background-color: #572A3C;
}
.BgClassName
{
background-color: #572A3C;
}
</style>
border-color css
<style>
span { border-color: #572A3C; }
span { border-color: rgb(87,42,60); }
td.TdClassName
{
border-color: #572A3C;
}
.TagClassName
{
border-color: #572A3C;
}
</style>