Shades of Van Cleef #543A35
Tints of Van Cleef #543A35
RGB
CMYK
RGB Variations
Color information
#543A35 (or 0x543A35) is known color: Van Cleef. HEX triplet: 54, 3A and 35. RGB value is (84,58,53). Sum of RGB (Red+Green+Blue) = 84+58+53=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #543A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A35 is #ABC5CA. Grayscale: #414141. Windows color (decimal): -11257291 or 3488340. OLE color: 3488340.
HSL color Cylindrical-coordinate representation of color #543A35: hue angle of 9.68º 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 #543A35 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 53 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.67 |
| HSL | 9.68º | 0.23% | 0.27% | - |
| HSV(B) | 9.68º | 0.37% | 0.33% | - |
| XYZ | 5.81 | 5.17 | 4.06 | - |
| YUV | 65.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 53 | 0 | 0.31 | 0.37 | 0.67 | 9.68 | 0.23 | 0.27 |
| Hex | 54 | 3A | 35 | 0 | 1F | 25 | 43 | A | 17 | 1B |
| Octal | 124 | 72 | 65 | 0 | 37 | 45 | 103 | 12 | 27 | 33 |
| Binary | 1010100 | 111010 | 110101 | 0 | 11111 | 100101 | 1000011 | 1010 | 10111 | 11011 |
Color Harmonies of #543A35
Complementary color
Monochromatic Colors of #543A35
Black with #543A35
Text Example
Text Example
White with #543A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A35; }
p { color: rgb(84,58,53); }
H1.HeaderClassName
{
color: #543A35;
}
.AnyTagClassName
{
color: #543A35;
}
</style>
background-color css
<style>
a { background-color: #543A35; }
a { background-color: rgb(84,58,53); }
div.DivClassName
{
background-color: #543A35;
}
.BgClassName
{
background-color: #543A35;
}
</style>
border-color css
<style>
span { border-color: #543A35; }
span { border-color: rgb(84,58,53); }
td.TdClassName
{
border-color: #543A35;
}
.TagClassName
{
border-color: #543A35;
}
</style>