Shades of Van Cleef #583F3A
Tints of Van Cleef #583F3A
RGB
CMYK
RGB Variations
Color information
#583F3A (or 0x583F3A) is known color: Van Cleef. HEX triplet: 58, 3F and 3A. RGB value is (88,63,58). Sum of RGB (Red+Green+Blue) = 88+63+58=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #583F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583F3A is #A7C0C5. Grayscale: #454545. Windows color (decimal): -10993862 or 3817304. OLE color: 3817304.
HSL color Cylindrical-coordinate representation of color #583F3A: hue angle of 10º 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 #583F3A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 58 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.65 |
| HSL | 10º | 0.21% | 0.29% | - |
| HSV(B) | 10º | 0.34% | 0.35% | - |
| XYZ | 6.57 | 5.94 | 4.8 | - |
| YUV | 69.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 58 | 0 | 0.28 | 0.34 | 0.65 | 10 | 0.21 | 0.29 |
| Hex | 58 | 3F | 3A | 0 | 1C | 22 | 41 | A | 15 | 1D |
| Octal | 130 | 77 | 72 | 0 | 34 | 42 | 101 | 12 | 25 | 35 |
| Binary | 1011000 | 111111 | 111010 | 0 | 11100 | 100010 | 1000001 | 1010 | 10101 | 11101 |
Color Harmonies of #583F3A
Complementary color
Monochromatic Colors of #583F3A
Black with #583F3A
Text Example
Text Example
White with #583F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F3A; }
p { color: rgb(88,63,58); }
H1.HeaderClassName
{
color: #583F3A;
}
.AnyTagClassName
{
color: #583F3A;
}
</style>
background-color css
<style>
a { background-color: #583F3A; }
a { background-color: rgb(88,63,58); }
div.DivClassName
{
background-color: #583F3A;
}
.BgClassName
{
background-color: #583F3A;
}
</style>
border-color css
<style>
span { border-color: #583F3A; }
span { border-color: rgb(88,63,58); }
td.TdClassName
{
border-color: #583F3A;
}
.TagClassName
{
border-color: #583F3A;
}
</style>