Shades of Van Cleef #58403B
Tints of Van Cleef #58403B
RGB
CMYK
RGB Variations
Color information
#58403B (or 0x58403B) is known color: Van Cleef. HEX triplet: 58, 40 and 3B. RGB value is (88,64,59). Sum of RGB (Red+Green+Blue) = 88+64+59=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #58403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403B is #A7BFC4. Grayscale: #464646. Windows color (decimal): -10993605 or 3883096. OLE color: 3883096.
HSL color Cylindrical-coordinate representation of color #58403B: hue angle of 10.34º 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 #58403B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 59 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.65 |
| HSL | 10.34º | 0.2% | 0.29% | - |
| HSV(B) | 10.34º | 0.33% | 0.35% | - |
| XYZ | 6.65 | 6.06 | 4.96 | - |
| YUV | 70.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 59 | 0 | 0.27 | 0.33 | 0.65 | 10.34 | 0.2 | 0.29 |
| Hex | 58 | 40 | 3B | 0 | 1B | 21 | 41 | A | 14 | 1D |
| Octal | 130 | 100 | 73 | 0 | 33 | 41 | 101 | 12 | 24 | 35 |
| Binary | 1011000 | 1000000 | 111011 | 0 | 11011 | 100001 | 1000001 | 1010 | 10100 | 11101 |
Color Harmonies of #58403B
Complementary color
Monochromatic Colors of #58403B
Black with #58403B
Text Example
Text Example
White with #58403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58403B; }
p { color: rgb(88,64,59); }
H1.HeaderClassName
{
color: #58403B;
}
.AnyTagClassName
{
color: #58403B;
}
</style>
background-color css
<style>
a { background-color: #58403B; }
a { background-color: rgb(88,64,59); }
div.DivClassName
{
background-color: #58403B;
}
.BgClassName
{
background-color: #58403B;
}
</style>
border-color css
<style>
span { border-color: #58403B; }
span { border-color: rgb(88,64,59); }
td.TdClassName
{
border-color: #58403B;
}
.TagClassName
{
border-color: #58403B;
}
</style>