Shades of Van Cleef #533B34
Tints of Van Cleef #533B34
RGB
CMYK
RGB Variations
Color information
#533B34 (or 0x533B34) is known color: Van Cleef. HEX triplet: 53, 3B and 34. RGB value is (83,59,52). Sum of RGB (Red+Green+Blue) = 83+59+52=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B34 is #ACC4CB. Grayscale: #414141. Windows color (decimal): -11322572 or 3423059. OLE color: 3423059.
HSL color Cylindrical-coordinate representation of color #533B34: hue angle of 13.55º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533B34 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 52 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.67 |
| HSL | 13.55º | 0.23% | 0.26% | - |
| HSV(B) | 13.55º | 0.37% | 0.33% | - |
| XYZ | 5.75 | 5.21 | 3.95 | - |
| YUV | 65.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 52 | 0 | 0.29 | 0.37 | 0.67 | 13.55 | 0.23 | 0.26 |
| Hex | 53 | 3B | 34 | 0 | 1D | 25 | 43 | E | 17 | 1A |
| Octal | 123 | 73 | 64 | 0 | 35 | 45 | 103 | 16 | 27 | 32 |
| Binary | 1010011 | 111011 | 110100 | 0 | 11101 | 100101 | 1000011 | 1110 | 10111 | 11010 |
Color Harmonies of #533B34
Complementary color
Monochromatic Colors of #533B34
Black with #533B34
Text Example
Text Example
White with #533B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B34; }
p { color: rgb(83,59,52); }
H1.HeaderClassName
{
color: #533B34;
}
.AnyTagClassName
{
color: #533B34;
}
</style>
background-color css
<style>
a { background-color: #533B34; }
a { background-color: rgb(83,59,52); }
div.DivClassName
{
background-color: #533B34;
}
.BgClassName
{
background-color: #533B34;
}
</style>
border-color css
<style>
span { border-color: #533B34; }
span { border-color: rgb(83,59,52); }
td.TdClassName
{
border-color: #533B34;
}
.TagClassName
{
border-color: #533B34;
}
</style>