Shades of Van Cleef #583B3B
Tints of Van Cleef #583B3B
RGB
CMYK
RGB Variations
Color information
#583B3B (or 0x583B3B) is known color: Van Cleef. HEX triplet: 58, 3B and 3B. RGB value is (88,59,59). Sum of RGB (Red+Green+Blue) = 88+59+59=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #583B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583B3B is #A7C4C4. Grayscale: #434343. Windows color (decimal): -10994885 or 3881816. OLE color: 3881816.
HSL color Cylindrical-coordinate representation of color #583B3B: hue angle of 0º 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 #583B3B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 59 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.65 |
| HSL | 0º | 0.2% | 0.29% | - |
| HSV(B) | 0º | 0.33% | 0.35% | - |
| XYZ | 6.38 | 5.52 | 4.87 | - |
| YUV | 67.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 59 | 0 | 0.33 | 0.33 | 0.65 | 0 | 0.2 | 0.29 |
| Hex | 58 | 3B | 3B | 0 | 21 | 21 | 41 | 0 | 14 | 1D |
| Octal | 130 | 73 | 73 | 0 | 41 | 41 | 101 | 0 | 24 | 35 |
| Binary | 1011000 | 111011 | 111011 | 0 | 100001 | 100001 | 1000001 | 0 | 10100 | 11101 |
Color Harmonies of #583B3B
Complementary color
Monochromatic Colors of #583B3B
Black with #583B3B
Text Example
Text Example
White with #583B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B3B; }
p { color: rgb(88,59,59); }
H1.HeaderClassName
{
color: #583B3B;
}
.AnyTagClassName
{
color: #583B3B;
}
</style>
background-color css
<style>
a { background-color: #583B3B; }
a { background-color: rgb(88,59,59); }
div.DivClassName
{
background-color: #583B3B;
}
.BgClassName
{
background-color: #583B3B;
}
</style>
border-color css
<style>
span { border-color: #583B3B; }
span { border-color: rgb(88,59,59); }
td.TdClassName
{
border-color: #583B3B;
}
.TagClassName
{
border-color: #583B3B;
}
</style>