Shades of Van Cleef #583E3A
Tints of Van Cleef #583E3A
RGB
CMYK
RGB Variations
Color information
#583E3A (or 0x583E3A) is known color: Van Cleef. HEX triplet: 58, 3E and 3A. RGB value is (88,62,58). Sum of RGB (Red+Green+Blue) = 88+62+58=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #583E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583E3A is #A7C1C5. Grayscale: #454545. Windows color (decimal): -10994118 or 3817048. OLE color: 3817048.
HSL color Cylindrical-coordinate representation of color #583E3A: hue angle of 8º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #583E3A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 58 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.65 |
| HSL | 8º | 0.21% | 0.29% | - |
| HSV(B) | 8º | 0.34% | 0.35% | - |
| XYZ | 6.51 | 5.83 | 4.78 | - |
| YUV | 69.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 58 | 0 | 0.30 | 0.34 | 0.65 | 8 | 0.21 | 0.29 |
| Hex | 58 | 3E | 3A | 0 | 1E | 22 | 41 | 8 | 15 | 1D |
| Octal | 130 | 76 | 72 | 0 | 36 | 42 | 101 | 10 | 25 | 35 |
| Binary | 1011000 | 111110 | 111010 | 0 | 11110 | 100010 | 1000001 | 1000 | 10101 | 11101 |
Color Harmonies of #583E3A
Complementary color
Monochromatic Colors of #583E3A
Black with #583E3A
Text Example
Text Example
White with #583E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E3A; }
p { color: rgb(88,62,58); }
H1.HeaderClassName
{
color: #583E3A;
}
.AnyTagClassName
{
color: #583E3A;
}
</style>
background-color css
<style>
a { background-color: #583E3A; }
a { background-color: rgb(88,62,58); }
div.DivClassName
{
background-color: #583E3A;
}
.BgClassName
{
background-color: #583E3A;
}
</style>
border-color css
<style>
span { border-color: #583E3A; }
span { border-color: rgb(88,62,58); }
td.TdClassName
{
border-color: #583E3A;
}
.TagClassName
{
border-color: #583E3A;
}
</style>