Shades of Van Cleef #543535
Tints of Van Cleef #543535
RGB
CMYK
RGB Variations
Color information
#543535 (or 0x543535) is known color: Van Cleef. HEX triplet: 54, 35 and 35. RGB value is (84,53,53). Sum of RGB (Red+Green+Blue) = 84+53+53=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #543535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543535 is #ABCACA. Grayscale: #3E3E3E. Windows color (decimal): -11258571 or 3487060. OLE color: 3487060.
HSL color Cylindrical-coordinate representation of color #543535: hue angle of 0º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #543535 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 53 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.67 |
| HSL | 0º | 0.23% | 0.27% | - |
| HSV(B) | 0º | 0.37% | 0.33% | - |
| XYZ | 5.57 | 4.69 | 3.98 | - |
| YUV | 62.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 53 | 0 | 0.37 | 0.37 | 0.67 | 0 | 0.23 | 0.27 |
| Hex | 54 | 35 | 35 | 0 | 25 | 25 | 43 | 0 | 17 | 1B |
| Octal | 124 | 65 | 65 | 0 | 45 | 45 | 103 | 0 | 27 | 33 |
| Binary | 1010100 | 110101 | 110101 | 0 | 100101 | 100101 | 1000011 | 0 | 10111 | 11011 |
Color Harmonies of #543535
Complementary color
Monochromatic Colors of #543535
Black with #543535
Text Example
Text Example
White with #543535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543535; }
p { color: rgb(84,53,53); }
H1.HeaderClassName
{
color: #543535;
}
.AnyTagClassName
{
color: #543535;
}
</style>
background-color css
<style>
a { background-color: #543535; }
a { background-color: rgb(84,53,53); }
div.DivClassName
{
background-color: #543535;
}
.BgClassName
{
background-color: #543535;
}
</style>
border-color css
<style>
span { border-color: #543535; }
span { border-color: rgb(84,53,53); }
td.TdClassName
{
border-color: #543535;
}
.TagClassName
{
border-color: #543535;
}
</style>