Shades of Van Cleef #573D3C
Tints of Van Cleef #573D3C
RGB
CMYK
RGB Variations
Color information
#573D3C (or 0x573D3C) is known color: Van Cleef. HEX triplet: 57, 3D and 3C. RGB value is (87,61,60). Sum of RGB (Red+Green+Blue) = 87+61+60=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #573D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D3C is #A8C2C3. Grayscale: #444444. Windows color (decimal): -11059908 or 3947863. OLE color: 3947863.
HSL color Cylindrical-coordinate representation of color #573D3C: hue angle of 2.22º 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 #573D3C is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 60 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.66 |
| HSL | 2.22º | 0.18% | 0.29% | - |
| HSV(B) | 2.22º | 0.31% | 0.34% | - |
| XYZ | 6.41 | 5.69 | 5.04 | - |
| YUV | 68.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 60 | 0 | 0.30 | 0.31 | 0.66 | 2.22 | 0.18 | 0.29 |
| Hex | 57 | 3D | 3C | 0 | 1E | 1F | 42 | 2 | 12 | 1D |
| Octal | 127 | 75 | 74 | 0 | 36 | 37 | 102 | 2 | 22 | 35 |
| Binary | 1010111 | 111101 | 111100 | 0 | 11110 | 11111 | 1000010 | 10 | 10010 | 11101 |
Color Harmonies of #573D3C
Complementary color
Monochromatic Colors of #573D3C
Black with #573D3C
Text Example
Text Example
White with #573D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D3C; }
p { color: rgb(87,61,60); }
H1.HeaderClassName
{
color: #573D3C;
}
.AnyTagClassName
{
color: #573D3C;
}
</style>
background-color css
<style>
a { background-color: #573D3C; }
a { background-color: rgb(87,61,60); }
div.DivClassName
{
background-color: #573D3C;
}
.BgClassName
{
background-color: #573D3C;
}
</style>
border-color css
<style>
span { border-color: #573D3C; }
span { border-color: rgb(87,61,60); }
td.TdClassName
{
border-color: #573D3C;
}
.TagClassName
{
border-color: #573D3C;
}
</style>