Shades of Black Rose #562F3F
Tints of Black Rose #562F3F
RGB
CMYK
RGB Variations
Color information
#562F3F (or 0x562F3F) is known color: Black Rose. HEX triplet: 56, 2F and 3F. RGB value is (86,47,63). Sum of RGB (Red+Green+Blue) = 86+47+63=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #562F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F3F is #A9D0C0. Grayscale: #3C3C3C. Windows color (decimal): -11129025 or 4140886. OLE color: 4140886.
HSL color Cylindrical-coordinate representation of color #562F3F: hue angle of 335.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F3F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 63 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.66 |
| HSL | 335.38º | 0.29% | 0.26% | - |
| HSV(B) | 335.38º | 0.45% | 0.34% | - |
| XYZ | 5.75 | 4.37 | 5.24 | - |
| YUV | 60.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 63 | 0 | 0.45 | 0.27 | 0.66 | 335.38 | 0.29 | 0.26 |
| Hex | 56 | 2F | 3F | 0 | 2D | 1B | 42 | 14F | 1D | 1A |
| Octal | 126 | 57 | 77 | 0 | 55 | 33 | 102 | 517 | 35 | 32 |
| Binary | 1010110 | 101111 | 111111 | 0 | 101101 | 11011 | 1000010 | 101001111 | 11101 | 11010 |
Color Harmonies of #562F3F
Complementary color
Monochromatic Colors of #562F3F
Black with #562F3F
Text Example
Text Example
White with #562F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F3F; }
p { color: rgb(86,47,63); }
H1.HeaderClassName
{
color: #562F3F;
}
.AnyTagClassName
{
color: #562F3F;
}
</style>
background-color css
<style>
a { background-color: #562F3F; }
a { background-color: rgb(86,47,63); }
div.DivClassName
{
background-color: #562F3F;
}
.BgClassName
{
background-color: #562F3F;
}
</style>
border-color css
<style>
span { border-color: #562F3F; }
span { border-color: rgb(86,47,63); }
td.TdClassName
{
border-color: #562F3F;
}
.TagClassName
{
border-color: #562F3F;
}
</style>