Shades of Van Cleef #563B3B
Tints of Van Cleef #563B3B
RGB
CMYK
RGB Variations
Color information
#563B3B (or 0x563B3B) is known color: Van Cleef. HEX triplet: 56, 3B and 3B. RGB value is (86,59,59). Sum of RGB (Red+Green+Blue) = 86+59+59=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B3B is #A9C4C4. Grayscale: #434343. Windows color (decimal): -11125957 or 3881814. OLE color: 3881814.
HSL color Cylindrical-coordinate representation of color #563B3B: hue angle of 0º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #563B3B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 59 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.66 |
| HSL | 0º | 0.19% | 0.28% | - |
| HSV(B) | 0º | 0.31% | 0.34% | - |
| XYZ | 6.19 | 5.42 | 4.86 | - |
| YUV | 67.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 59 | 0 | 0.31 | 0.31 | 0.66 | 0 | 0.19 | 0.28 |
| Hex | 56 | 3B | 3B | 0 | 1F | 1F | 42 | 0 | 13 | 1C |
| Octal | 126 | 73 | 73 | 0 | 37 | 37 | 102 | 0 | 23 | 34 |
| Binary | 1010110 | 111011 | 111011 | 0 | 11111 | 11111 | 1000010 | 0 | 10011 | 11100 |
Color Harmonies of #563B3B
Complementary color
Monochromatic Colors of #563B3B
Black with #563B3B
Text Example
Text Example
White with #563B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B3B; }
p { color: rgb(86,59,59); }
H1.HeaderClassName
{
color: #563B3B;
}
.AnyTagClassName
{
color: #563B3B;
}
</style>
background-color css
<style>
a { background-color: #563B3B; }
a { background-color: rgb(86,59,59); }
div.DivClassName
{
background-color: #563B3B;
}
.BgClassName
{
background-color: #563B3B;
}
</style>
border-color css
<style>
span { border-color: #563B3B; }
span { border-color: rgb(86,59,59); }
td.TdClassName
{
border-color: #563B3B;
}
.TagClassName
{
border-color: #563B3B;
}
</style>