Shades of Black Rose #572C38
Tints of Black Rose #572C38
RGB
CMYK
RGB Variations
Color information
#572C38 (or 0x572C38) is known color: Black Rose. HEX triplet: 57, 2C and 38. RGB value is (87,44,56). Sum of RGB (Red+Green+Blue) = 87+44+56=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C38 is #A8D3C7. Grayscale: #3A3A3A. Windows color (decimal): -11064264 or 3681367. OLE color: 3681367.
HSL color Cylindrical-coordinate representation of color #572C38: hue angle of 343.26º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #572C38 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 56 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.66 |
| HSL | 343.26º | 0.33% | 0.26% | - |
| HSV(B) | 343.26º | 0.49% | 0.34% | - |
| XYZ | 5.54 | 4.11 | 4.24 | - |
| YUV | 58.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 56 | 0 | 0.49 | 0.36 | 0.66 | 343.26 | 0.33 | 0.26 |
| Hex | 57 | 2C | 38 | 0 | 31 | 24 | 42 | 157 | 21 | 1A |
| Octal | 127 | 54 | 70 | 0 | 61 | 44 | 102 | 527 | 41 | 32 |
| Binary | 1010111 | 101100 | 111000 | 0 | 110001 | 100100 | 1000010 | 101010111 | 100001 | 11010 |
Color Harmonies of #572C38
Complementary color
Monochromatic Colors of #572C38
Black with #572C38
Text Example
Text Example
White with #572C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C38; }
p { color: rgb(87,44,56); }
H1.HeaderClassName
{
color: #572C38;
}
.AnyTagClassName
{
color: #572C38;
}
</style>
background-color css
<style>
a { background-color: #572C38; }
a { background-color: rgb(87,44,56); }
div.DivClassName
{
background-color: #572C38;
}
.BgClassName
{
background-color: #572C38;
}
</style>
border-color css
<style>
span { border-color: #572C38; }
span { border-color: rgb(87,44,56); }
td.TdClassName
{
border-color: #572C38;
}
.TagClassName
{
border-color: #572C38;
}
</style>