Shades of Black Rose #572B36
Tints of Black Rose #572B36
RGB
CMYK
RGB Variations
Color information
#572B36 (or 0x572B36) is known color: Black Rose. HEX triplet: 57, 2B and 36. RGB value is (87,43,54). Sum of RGB (Red+Green+Blue) = 87+43+54=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #572B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B36 is #A8D4C9. Grayscale: #393939. Windows color (decimal): -11064522 or 3550039. OLE color: 3550039.
HSL color Cylindrical-coordinate representation of color #572B36: hue angle of 345º 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 #572B36 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 54 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.66 |
| HSL | 345º | 0.34% | 0.25% | - |
| HSV(B) | 345º | 0.51% | 0.34% | - |
| XYZ | 5.46 | 4.02 | 3.98 | - |
| YUV | 57.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 54 | 0 | 0.51 | 0.38 | 0.66 | 345 | 0.34 | 0.25 |
| Hex | 57 | 2B | 36 | 0 | 33 | 26 | 42 | 159 | 22 | 19 |
| Octal | 127 | 53 | 66 | 0 | 63 | 46 | 102 | 531 | 42 | 31 |
| Binary | 1010111 | 101011 | 110110 | 0 | 110011 | 100110 | 1000010 | 101011001 | 100010 | 11001 |
Color Harmonies of #572B36
Complementary color
Monochromatic Colors of #572B36
Black with #572B36
Text Example
Text Example
White with #572B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B36; }
p { color: rgb(87,43,54); }
H1.HeaderClassName
{
color: #572B36;
}
.AnyTagClassName
{
color: #572B36;
}
</style>
background-color css
<style>
a { background-color: #572B36; }
a { background-color: rgb(87,43,54); }
div.DivClassName
{
background-color: #572B36;
}
.BgClassName
{
background-color: #572B36;
}
</style>
border-color css
<style>
span { border-color: #572B36; }
span { border-color: rgb(87,43,54); }
td.TdClassName
{
border-color: #572B36;
}
.TagClassName
{
border-color: #572B36;
}
</style>