Shades of Van Cleef #513A36
Tints of Van Cleef #513A36
RGB
CMYK
RGB Variations
Color information
#513A36 (or 0x513A36) is known color: Van Cleef. HEX triplet: 51, 3A and 36. RGB value is (81,58,54). Sum of RGB (Red+Green+Blue) = 81+58+54=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #513A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A36 is #AEC5C9. Grayscale: #404040. Windows color (decimal): -11453898 or 3553873. OLE color: 3553873.
HSL color Cylindrical-coordinate representation of color #513A36: hue angle of 8.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513A36 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 54 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.68 |
| HSL | 8.89º | 0.2% | 0.26% | - |
| HSV(B) | 8.89º | 0.33% | 0.32% | - |
| XYZ | 5.57 | 5.04 | 4.17 | - |
| YUV | 64.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 54 | 0 | 0.28 | 0.33 | 0.68 | 8.89 | 0.2 | 0.26 |
| Hex | 51 | 3A | 36 | 0 | 1C | 21 | 44 | 9 | 14 | 1A |
| Octal | 121 | 72 | 66 | 0 | 34 | 41 | 104 | 11 | 24 | 32 |
| Binary | 1010001 | 111010 | 110110 | 0 | 11100 | 100001 | 1000100 | 1001 | 10100 | 11010 |
Color Harmonies of #513A36
Complementary color
Monochromatic Colors of #513A36
Black with #513A36
Text Example
Text Example
White with #513A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A36; }
p { color: rgb(81,58,54); }
H1.HeaderClassName
{
color: #513A36;
}
.AnyTagClassName
{
color: #513A36;
}
</style>
background-color css
<style>
a { background-color: #513A36; }
a { background-color: rgb(81,58,54); }
div.DivClassName
{
background-color: #513A36;
}
.BgClassName
{
background-color: #513A36;
}
</style>
border-color css
<style>
span { border-color: #513A36; }
span { border-color: rgb(81,58,54); }
td.TdClassName
{
border-color: #513A36;
}
.TagClassName
{
border-color: #513A36;
}
</style>