Shades of Van Cleef #573F3C
Tints of Van Cleef #573F3C
RGB
CMYK
RGB Variations
Color information
#573F3C (or 0x573F3C) is known color: Van Cleef. HEX triplet: 57, 3F and 3C. RGB value is (87,63,60). Sum of RGB (Red+Green+Blue) = 87+63+60=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #573F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F3C is #A8C0C3. Grayscale: #454545. Windows color (decimal): -11059396 or 3948375. OLE color: 3948375.
HSL color Cylindrical-coordinate representation of color #573F3C: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #573F3C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 60 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.66 |
| HSL | 6.67º | 0.18% | 0.29% | - |
| HSV(B) | 6.67º | 0.31% | 0.34% | - |
| XYZ | 6.52 | 5.91 | 5.07 | - |
| YUV | 69.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 60 | 0 | 0.28 | 0.31 | 0.66 | 6.67 | 0.18 | 0.29 |
| Hex | 57 | 3F | 3C | 0 | 1C | 1F | 42 | 7 | 12 | 1D |
| Octal | 127 | 77 | 74 | 0 | 34 | 37 | 102 | 7 | 22 | 35 |
| Binary | 1010111 | 111111 | 111100 | 0 | 11100 | 11111 | 1000010 | 111 | 10010 | 11101 |
Color Harmonies of #573F3C
Complementary color
Monochromatic Colors of #573F3C
Black with #573F3C
Text Example
Text Example
White with #573F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F3C; }
p { color: rgb(87,63,60); }
H1.HeaderClassName
{
color: #573F3C;
}
.AnyTagClassName
{
color: #573F3C;
}
</style>
background-color css
<style>
a { background-color: #573F3C; }
a { background-color: rgb(87,63,60); }
div.DivClassName
{
background-color: #573F3C;
}
.BgClassName
{
background-color: #573F3C;
}
</style>
border-color css
<style>
span { border-color: #573F3C; }
span { border-color: rgb(87,63,60); }
td.TdClassName
{
border-color: #573F3C;
}
.TagClassName
{
border-color: #573F3C;
}
</style>