Shades of Van Cleef #583D3C
Tints of Van Cleef #583D3C
RGB
CMYK
RGB Variations
Color information
#583D3C (or 0x583D3C) is known color: Van Cleef. HEX triplet: 58, 3D and 3C. RGB value is (88,61,60). Sum of RGB (Red+Green+Blue) = 88+61+60=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #583D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583D3C is #A7C2C3. Grayscale: #444444. Windows color (decimal): -10994372 or 3947864. OLE color: 3947864.
HSL color Cylindrical-coordinate representation of color #583D3C: hue angle of 2.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #583D3C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 60 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.65 |
| HSL | 2.14º | 0.19% | 0.29% | - |
| HSV(B) | 2.14º | 0.32% | 0.35% | - |
| XYZ | 6.51 | 5.74 | 5.04 | - |
| YUV | 68.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 60 | 0 | 0.31 | 0.32 | 0.65 | 2.14 | 0.19 | 0.29 |
| Hex | 58 | 3D | 3C | 0 | 1F | 20 | 41 | 2 | 13 | 1D |
| Octal | 130 | 75 | 74 | 0 | 37 | 40 | 101 | 2 | 23 | 35 |
| Binary | 1011000 | 111101 | 111100 | 0 | 11111 | 100000 | 1000001 | 10 | 10011 | 11101 |
Color Harmonies of #583D3C
Complementary color
Monochromatic Colors of #583D3C
Black with #583D3C
Text Example
Text Example
White with #583D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D3C; }
p { color: rgb(88,61,60); }
H1.HeaderClassName
{
color: #583D3C;
}
.AnyTagClassName
{
color: #583D3C;
}
</style>
background-color css
<style>
a { background-color: #583D3C; }
a { background-color: rgb(88,61,60); }
div.DivClassName
{
background-color: #583D3C;
}
.BgClassName
{
background-color: #583D3C;
}
</style>
border-color css
<style>
span { border-color: #583D3C; }
span { border-color: rgb(88,61,60); }
td.TdClassName
{
border-color: #583D3C;
}
.TagClassName
{
border-color: #583D3C;
}
</style>