Shades of Van Cleef #573C3C
Tints of Van Cleef #573C3C
RGB
CMYK
RGB Variations
Color information
#573C3C (or 0x573C3C) is known color: Van Cleef. HEX triplet: 57, 3C and 3C. RGB value is (87,60,60). Sum of RGB (Red+Green+Blue) = 87+60+60=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #573C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573C3C is #A8C3C3. Grayscale: #444444. Windows color (decimal): -11060164 or 3947607. OLE color: 3947607.
HSL color Cylindrical-coordinate representation of color #573C3C: hue angle of 0º 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 #573C3C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 60 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.66 |
| HSL | 0º | 0.18% | 0.29% | - |
| HSV(B) | 0º | 0.31% | 0.34% | - |
| XYZ | 6.36 | 5.58 | 5.02 | - |
| YUV | 68.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 60 | 0 | 0.31 | 0.31 | 0.66 | 0 | 0.18 | 0.29 |
| Hex | 57 | 3C | 3C | 0 | 1F | 1F | 42 | 0 | 12 | 1D |
| Octal | 127 | 74 | 74 | 0 | 37 | 37 | 102 | 0 | 22 | 35 |
| Binary | 1010111 | 111100 | 111100 | 0 | 11111 | 11111 | 1000010 | 0 | 10010 | 11101 |
Color Harmonies of #573C3C
Complementary color
Monochromatic Colors of #573C3C
Black with #573C3C
Text Example
Text Example
White with #573C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C3C; }
p { color: rgb(87,60,60); }
H1.HeaderClassName
{
color: #573C3C;
}
.AnyTagClassName
{
color: #573C3C;
}
</style>
background-color css
<style>
a { background-color: #573C3C; }
a { background-color: rgb(87,60,60); }
div.DivClassName
{
background-color: #573C3C;
}
.BgClassName
{
background-color: #573C3C;
}
</style>
border-color css
<style>
span { border-color: #573C3C; }
span { border-color: rgb(87,60,60); }
td.TdClassName
{
border-color: #573C3C;
}
.TagClassName
{
border-color: #573C3C;
}
</style>