Shades of Van Cleef #533A3A
Tints of Van Cleef #533A3A
RGB
CMYK
RGB Variations
Color information
#533A3A (or 0x533A3A) is known color: Van Cleef. HEX triplet: 53, 3A and 3A. RGB value is (83,58,58). Sum of RGB (Red+Green+Blue) = 83+58+58=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A3A is #ACC5C5. Grayscale: #414141. Windows color (decimal): -11322822 or 3816019. OLE color: 3816019.
HSL color Cylindrical-coordinate representation of color #533A3A: hue angle of 0º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A3A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 58 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.67 |
| HSL | 0º | 0.18% | 0.28% | - |
| HSV(B) | 0º | 0.3% | 0.33% | - |
| XYZ | 5.84 | 5.17 | 4.69 | - |
| YUV | 65.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 58 | 0 | 0.30 | 0.30 | 0.67 | 0 | 0.18 | 0.28 |
| Hex | 53 | 3A | 3A | 0 | 1E | 1E | 43 | 0 | 12 | 1C |
| Octal | 123 | 72 | 72 | 0 | 36 | 36 | 103 | 0 | 22 | 34 |
| Binary | 1010011 | 111010 | 111010 | 0 | 11110 | 11110 | 1000011 | 0 | 10010 | 11100 |
Color Harmonies of #533A3A
Complementary color
Monochromatic Colors of #533A3A
Black with #533A3A
Text Example
Text Example
White with #533A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A3A; }
p { color: rgb(83,58,58); }
H1.HeaderClassName
{
color: #533A3A;
}
.AnyTagClassName
{
color: #533A3A;
}
</style>
background-color css
<style>
a { background-color: #533A3A; }
a { background-color: rgb(83,58,58); }
div.DivClassName
{
background-color: #533A3A;
}
.BgClassName
{
background-color: #533A3A;
}
</style>
border-color css
<style>
span { border-color: #533A3A; }
span { border-color: rgb(83,58,58); }
td.TdClassName
{
border-color: #533A3A;
}
.TagClassName
{
border-color: #533A3A;
}
</style>