Shades of Van Cleef #573C3B
Tints of Van Cleef #573C3B
RGB
CMYK
RGB Variations
Color information
#573C3B (or 0x573C3B) is known color: Van Cleef. HEX triplet: 57, 3C and 3B. RGB value is (87,60,59). Sum of RGB (Red+Green+Blue) = 87+60+59=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #573C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573C3B is #A8C3C4. Grayscale: #434343. Windows color (decimal): -11060165 or 3882071. OLE color: 3882071.
HSL color Cylindrical-coordinate representation of color #573C3B: hue angle of 2.14º 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 #573C3B is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 59 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.66 |
| HSL | 2.14º | 0.19% | 0.29% | - |
| HSV(B) | 2.14º | 0.32% | 0.34% | - |
| XYZ | 6.34 | 5.57 | 4.88 | - |
| YUV | 67.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 59 | 0 | 0.31 | 0.32 | 0.66 | 2.14 | 0.19 | 0.29 |
| Hex | 57 | 3C | 3B | 0 | 1F | 20 | 42 | 2 | 13 | 1D |
| Octal | 127 | 74 | 73 | 0 | 37 | 40 | 102 | 2 | 23 | 35 |
| Binary | 1010111 | 111100 | 111011 | 0 | 11111 | 100000 | 1000010 | 10 | 10011 | 11101 |
Color Harmonies of #573C3B
Complementary color
Monochromatic Colors of #573C3B
Black with #573C3B
Text Example
Text Example
White with #573C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C3B; }
p { color: rgb(87,60,59); }
H1.HeaderClassName
{
color: #573C3B;
}
.AnyTagClassName
{
color: #573C3B;
}
</style>
background-color css
<style>
a { background-color: #573C3B; }
a { background-color: rgb(87,60,59); }
div.DivClassName
{
background-color: #573C3B;
}
.BgClassName
{
background-color: #573C3B;
}
</style>
border-color css
<style>
span { border-color: #573C3B; }
span { border-color: rgb(87,60,59); }
td.TdClassName
{
border-color: #573C3B;
}
.TagClassName
{
border-color: #573C3B;
}
</style>