Shades of Van Cleef #573D3B
Tints of Van Cleef #573D3B
RGB
CMYK
RGB Variations
Color information
#573D3B (or 0x573D3B) is known color: Van Cleef. HEX triplet: 57, 3D and 3B. RGB value is (87,61,59). Sum of RGB (Red+Green+Blue) = 87+61+59=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #573D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D3B is #A8C2C4. Grayscale: #444444. Windows color (decimal): -11059909 or 3882327. OLE color: 3882327.
HSL color Cylindrical-coordinate representation of color #573D3B: hue angle of 4.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #573D3B is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 59 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.66 |
| HSL | 4.29º | 0.19% | 0.29% | - |
| HSV(B) | 4.29º | 0.32% | 0.34% | - |
| XYZ | 6.39 | 5.68 | 4.9 | - |
| YUV | 68.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 59 | 0 | 0.30 | 0.32 | 0.66 | 4.29 | 0.19 | 0.29 |
| Hex | 57 | 3D | 3B | 0 | 1E | 20 | 42 | 4 | 13 | 1D |
| Octal | 127 | 75 | 73 | 0 | 36 | 40 | 102 | 4 | 23 | 35 |
| Binary | 1010111 | 111101 | 111011 | 0 | 11110 | 100000 | 1000010 | 100 | 10011 | 11101 |
Color Harmonies of #573D3B
Complementary color
Monochromatic Colors of #573D3B
Black with #573D3B
Text Example
Text Example
White with #573D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D3B; }
p { color: rgb(87,61,59); }
H1.HeaderClassName
{
color: #573D3B;
}
.AnyTagClassName
{
color: #573D3B;
}
</style>
background-color css
<style>
a { background-color: #573D3B; }
a { background-color: rgb(87,61,59); }
div.DivClassName
{
background-color: #573D3B;
}
.BgClassName
{
background-color: #573D3B;
}
</style>
border-color css
<style>
span { border-color: #573D3B; }
span { border-color: rgb(87,61,59); }
td.TdClassName
{
border-color: #573D3B;
}
.TagClassName
{
border-color: #573D3B;
}
</style>