Shades of Van Cleef #533C3C
Tints of Van Cleef #533C3C
RGB
CMYK
RGB Variations
Color information
#533C3C (or 0x533C3C) is known color: Van Cleef. HEX triplet: 53, 3C and 3C. RGB value is (83,60,60). Sum of RGB (Red+Green+Blue) = 83+60+60=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3C is #ACC3C3. Grayscale: #424242. Windows color (decimal): -11322308 or 3947603. OLE color: 3947603.
HSL color Cylindrical-coordinate representation of color #533C3C: hue angle of 0º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C3C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 60 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.67 |
| HSL | 0º | 0.16% | 0.28% | - |
| HSV(B) | 0º | 0.28% | 0.33% | - |
| XYZ | 6 | 5.4 | 5 | - |
| YUV | 66.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 60 | 0 | 0.28 | 0.28 | 0.67 | 0 | 0.16 | 0.28 |
| Hex | 53 | 3C | 3C | 0 | 1C | 1C | 43 | 0 | 10 | 1C |
| Octal | 123 | 74 | 74 | 0 | 34 | 34 | 103 | 0 | 20 | 34 |
| Binary | 1010011 | 111100 | 111100 | 0 | 11100 | 11100 | 1000011 | 0 | 10000 | 11100 |
Color Harmonies of #533C3C
Complementary color
Monochromatic Colors of #533C3C
Black with #533C3C
Text Example
Text Example
White with #533C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C3C; }
p { color: rgb(83,60,60); }
H1.HeaderClassName
{
color: #533C3C;
}
.AnyTagClassName
{
color: #533C3C;
}
</style>
background-color css
<style>
a { background-color: #533C3C; }
a { background-color: rgb(83,60,60); }
div.DivClassName
{
background-color: #533C3C;
}
.BgClassName
{
background-color: #533C3C;
}
</style>
border-color css
<style>
span { border-color: #533C3C; }
span { border-color: rgb(83,60,60); }
td.TdClassName
{
border-color: #533C3C;
}
.TagClassName
{
border-color: #533C3C;
}
</style>