Shades of Van Cleef #5A3D3B
Tints of Van Cleef #5A3D3B
RGB
CMYK
RGB Variations
Color information
#5A3D3B (or 0x5A3D3B) is known color: Van Cleef. HEX triplet: 5A, 3D and 3B. RGB value is (90,61,59). Sum of RGB (Red+Green+Blue) = 90+61+59=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D3B is #A5C2C4. Grayscale: #454545. Windows color (decimal): -10863301 or 3882330. OLE color: 3882330.
HSL color Cylindrical-coordinate representation of color #5A3D3B: hue angle of 3.87º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3D3B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 59 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.65 |
| HSL | 3.87º | 0.21% | 0.29% | - |
| HSV(B) | 3.87º | 0.34% | 0.35% | - |
| XYZ | 6.67 | 5.83 | 4.91 | - |
| YUV | 69.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 59 | 0 | 0.32 | 0.34 | 0.65 | 3.87 | 0.21 | 0.29 |
| Hex | 5A | 3D | 3B | 0 | 20 | 22 | 41 | 4 | 15 | 1D |
| Octal | 132 | 75 | 73 | 0 | 40 | 42 | 101 | 4 | 25 | 35 |
| Binary | 1011010 | 111101 | 111011 | 0 | 100000 | 100010 | 1000001 | 100 | 10101 | 11101 |
Color Harmonies of #5A3D3B
Complementary color
Monochromatic Colors of #5A3D3B
Black with #5A3D3B
Text Example
Text Example
White with #5A3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D3B; }
p { color: rgb(90,61,59); }
H1.HeaderClassName
{
color: #5A3D3B;
}
.AnyTagClassName
{
color: #5A3D3B;
}
</style>
background-color css
<style>
a { background-color: #5A3D3B; }
a { background-color: rgb(90,61,59); }
div.DivClassName
{
background-color: #5A3D3B;
}
.BgClassName
{
background-color: #5A3D3B;
}
</style>
border-color css
<style>
span { border-color: #5A3D3B; }
span { border-color: rgb(90,61,59); }
td.TdClassName
{
border-color: #5A3D3B;
}
.TagClassName
{
border-color: #5A3D3B;
}
</style>