Shades of Black Rose #572A35
Tints of Black Rose #572A35
RGB
CMYK
RGB Variations
Color information
#572A35 (or 0x572A35) is known color: Black Rose. HEX triplet: 57, 2A and 35. RGB value is (87,42,53). Sum of RGB (Red+Green+Blue) = 87+42+53=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #572A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A35 is #A8D5CA. Grayscale: #383838. Windows color (decimal): -11064779 or 3484247. OLE color: 3484247.
HSL color Cylindrical-coordinate representation of color #572A35: hue angle of 345.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 #572A35 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 53 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.66 |
| HSL | 345.33º | 0.35% | 0.25% | - |
| HSV(B) | 345.33º | 0.52% | 0.34% | - |
| XYZ | 5.4 | 3.94 | 3.84 | - |
| YUV | 56.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 53 | 0 | 0.52 | 0.39 | 0.66 | 345.33 | 0.35 | 0.25 |
| Hex | 57 | 2A | 35 | 0 | 34 | 27 | 42 | 159 | 23 | 19 |
| Octal | 127 | 52 | 65 | 0 | 64 | 47 | 102 | 531 | 43 | 31 |
| Binary | 1010111 | 101010 | 110101 | 0 | 110100 | 100111 | 1000010 | 101011001 | 100011 | 11001 |
Color Harmonies of #572A35
Complementary color
Monochromatic Colors of #572A35
Black with #572A35
Text Example
Text Example
White with #572A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A35; }
p { color: rgb(87,42,53); }
H1.HeaderClassName
{
color: #572A35;
}
.AnyTagClassName
{
color: #572A35;
}
</style>
background-color css
<style>
a { background-color: #572A35; }
a { background-color: rgb(87,42,53); }
div.DivClassName
{
background-color: #572A35;
}
.BgClassName
{
background-color: #572A35;
}
</style>
border-color css
<style>
span { border-color: #572A35; }
span { border-color: rgb(87,42,53); }
td.TdClassName
{
border-color: #572A35;
}
.TagClassName
{
border-color: #572A35;
}
</style>