Shades of Van Cleef #5E423D
Tints of Van Cleef #5E423D
RGB
CMYK
RGB Variations
Color information
#5E423D (or 0x5E423D) is known color: Van Cleef. HEX triplet: 5E, 42 and 3D. RGB value is (94,66,61). Sum of RGB (Red+Green+Blue) = 94+66+61=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E423D is #A1BDC2. Grayscale: #494949. Windows color (decimal): -10599875 or 4014686. OLE color: 4014686.
HSL color Cylindrical-coordinate representation of color #5E423D: hue angle of 9.09º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E423D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 66 | 61 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.63 |
| HSL | 9.09º | 0.21% | 0.3% | - |
| HSV(B) | 9.09º | 0.35% | 0.37% | - |
| XYZ | 7.41 | 6.61 | 5.3 | - |
| YUV | 73.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 61 | 0 | 0.30 | 0.35 | 0.63 | 9.09 | 0.21 | 0.3 |
| Hex | 5E | 42 | 3D | 0 | 1E | 23 | 3F | 9 | 15 | 1E |
| Octal | 136 | 102 | 75 | 0 | 36 | 43 | 77 | 11 | 25 | 36 |
| Binary | 1011110 | 1000010 | 111101 | 0 | 11110 | 100011 | 111111 | 1001 | 10101 | 11110 |
Color Harmonies of #5E423D
Complementary color
Monochromatic Colors of #5E423D
Black with #5E423D
Text Example
Text Example
White with #5E423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E423D; }
p { color: rgb(94,66,61); }
H1.HeaderClassName
{
color: #5E423D;
}
.AnyTagClassName
{
color: #5E423D;
}
</style>
background-color css
<style>
a { background-color: #5E423D; }
a { background-color: rgb(94,66,61); }
div.DivClassName
{
background-color: #5E423D;
}
.BgClassName
{
background-color: #5E423D;
}
</style>
border-color css
<style>
span { border-color: #5E423D; }
span { border-color: rgb(94,66,61); }
td.TdClassName
{
border-color: #5E423D;
}
.TagClassName
{
border-color: #5E423D;
}
</style>