Shades of Van Cleef #513B3A
Tints of Van Cleef #513B3A
RGB
CMYK
RGB Variations
Color information
#513B3A (or 0x513B3A) is known color: Van Cleef. HEX triplet: 51, 3B and 3A. RGB value is (81,59,58). Sum of RGB (Red+Green+Blue) = 81+59+58=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #513B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B3A is #AEC4C5. Grayscale: #414141. Windows color (decimal): -11453638 or 3816273. OLE color: 3816273.
HSL color Cylindrical-coordinate representation of color #513B3A: hue angle of 2.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513B3A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 58 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.68 |
| HSL | 2.61º | 0.17% | 0.27% | - |
| HSV(B) | 2.61º | 0.28% | 0.32% | - |
| XYZ | 5.72 | 5.18 | 4.7 | - |
| YUV | 65.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 58 | 0 | 0.27 | 0.28 | 0.68 | 2.61 | 0.17 | 0.27 |
| Hex | 51 | 3B | 3A | 0 | 1B | 1C | 44 | 3 | 11 | 1B |
| Octal | 121 | 73 | 72 | 0 | 33 | 34 | 104 | 3 | 21 | 33 |
| Binary | 1010001 | 111011 | 111010 | 0 | 11011 | 11100 | 1000100 | 11 | 10001 | 11011 |
Color Harmonies of #513B3A
Complementary color
Monochromatic Colors of #513B3A
Black with #513B3A
Text Example
Text Example
White with #513B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B3A; }
p { color: rgb(81,59,58); }
H1.HeaderClassName
{
color: #513B3A;
}
.AnyTagClassName
{
color: #513B3A;
}
</style>
background-color css
<style>
a { background-color: #513B3A; }
a { background-color: rgb(81,59,58); }
div.DivClassName
{
background-color: #513B3A;
}
.BgClassName
{
background-color: #513B3A;
}
</style>
border-color css
<style>
span { border-color: #513B3A; }
span { border-color: rgb(81,59,58); }
td.TdClassName
{
border-color: #513B3A;
}
.TagClassName
{
border-color: #513B3A;
}
</style>