Shades of Van Cleef #583C3B
Tints of Van Cleef #583C3B
RGB
CMYK
RGB Variations
Color information
#583C3B (or 0x583C3B) is known color: Van Cleef. HEX triplet: 58, 3C and 3B. RGB value is (88,60,59). Sum of RGB (Red+Green+Blue) = 88+60+59=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #583C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583C3B is #A7C3C4. Grayscale: #444444. Windows color (decimal): -10994629 or 3882072. OLE color: 3882072.
HSL color Cylindrical-coordinate representation of color #583C3B: hue angle of 2.07º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #583C3B is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 59 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.65 |
| HSL | 2.07º | 0.2% | 0.29% | - |
| HSV(B) | 2.07º | 0.33% | 0.35% | - |
| XYZ | 6.43 | 5.62 | 4.88 | - |
| YUV | 68.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 59 | 0 | 0.32 | 0.33 | 0.65 | 2.07 | 0.2 | 0.29 |
| Hex | 58 | 3C | 3B | 0 | 20 | 21 | 41 | 2 | 14 | 1D |
| Octal | 130 | 74 | 73 | 0 | 40 | 41 | 101 | 2 | 24 | 35 |
| Binary | 1011000 | 111100 | 111011 | 0 | 100000 | 100001 | 1000001 | 10 | 10100 | 11101 |
Color Harmonies of #583C3B
Complementary color
Monochromatic Colors of #583C3B
Black with #583C3B
Text Example
Text Example
White with #583C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C3B; }
p { color: rgb(88,60,59); }
H1.HeaderClassName
{
color: #583C3B;
}
.AnyTagClassName
{
color: #583C3B;
}
</style>
background-color css
<style>
a { background-color: #583C3B; }
a { background-color: rgb(88,60,59); }
div.DivClassName
{
background-color: #583C3B;
}
.BgClassName
{
background-color: #583C3B;
}
</style>
border-color css
<style>
span { border-color: #583C3B; }
span { border-color: rgb(88,60,59); }
td.TdClassName
{
border-color: #583C3B;
}
.TagClassName
{
border-color: #583C3B;
}
</style>