Shades of Van Cleef #5A413C
Tints of Van Cleef #5A413C
RGB
CMYK
RGB Variations
Color information
#5A413C (or 0x5A413C) is known color: Van Cleef. HEX triplet: 5A, 41 and 3C. RGB value is (90,65,60). Sum of RGB (Red+Green+Blue) = 90+65+60=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A413C is #A5BEC3. Grayscale: #474747. Windows color (decimal): -10862276 or 3948890. OLE color: 3948890.
HSL color Cylindrical-coordinate representation of color #5A413C: hue angle of 10º 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 #5A413C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 60 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.65 |
| HSL | 10º | 0.2% | 0.29% | - |
| HSV(B) | 10º | 0.33% | 0.35% | - |
| XYZ | 6.92 | 6.28 | 5.12 | - |
| YUV | 71.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 60 | 0 | 0.28 | 0.33 | 0.65 | 10 | 0.2 | 0.29 |
| Hex | 5A | 41 | 3C | 0 | 1C | 21 | 41 | A | 14 | 1D |
| Octal | 132 | 101 | 74 | 0 | 34 | 41 | 101 | 12 | 24 | 35 |
| Binary | 1011010 | 1000001 | 111100 | 0 | 11100 | 100001 | 1000001 | 1010 | 10100 | 11101 |
Color Harmonies of #5A413C
Complementary color
Monochromatic Colors of #5A413C
Black with #5A413C
Text Example
Text Example
White with #5A413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A413C; }
p { color: rgb(90,65,60); }
H1.HeaderClassName
{
color: #5A413C;
}
.AnyTagClassName
{
color: #5A413C;
}
</style>
background-color css
<style>
a { background-color: #5A413C; }
a { background-color: rgb(90,65,60); }
div.DivClassName
{
background-color: #5A413C;
}
.BgClassName
{
background-color: #5A413C;
}
</style>
border-color css
<style>
span { border-color: #5A413C; }
span { border-color: rgb(90,65,60); }
td.TdClassName
{
border-color: #5A413C;
}
.TagClassName
{
border-color: #5A413C;
}
</style>