Shades of Van Cleef #513B36
Tints of Van Cleef #513B36
RGB
CMYK
RGB Variations
Color information
#513B36 (or 0x513B36) is known color: Van Cleef. HEX triplet: 51, 3B and 36. RGB value is (81,59,54). Sum of RGB (Red+Green+Blue) = 81+59+54=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B36 is #AEC4C9. Grayscale: #414141. Windows color (decimal): -11453642 or 3554129. OLE color: 3554129.
HSL color Cylindrical-coordinate representation of color #513B36: hue angle of 11.11º 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 #513B36 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 54 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.68 |
| HSL | 11.11º | 0.2% | 0.26% | - |
| HSV(B) | 11.11º | 0.33% | 0.32% | - |
| XYZ | 5.62 | 5.14 | 4.19 | - |
| YUV | 65.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 54 | 0 | 0.27 | 0.33 | 0.68 | 11.11 | 0.2 | 0.26 |
| Hex | 51 | 3B | 36 | 0 | 1B | 21 | 44 | B | 14 | 1A |
| Octal | 121 | 73 | 66 | 0 | 33 | 41 | 104 | 13 | 24 | 32 |
| Binary | 1010001 | 111011 | 110110 | 0 | 11011 | 100001 | 1000100 | 1011 | 10100 | 11010 |
Color Harmonies of #513B36
Complementary color
Monochromatic Colors of #513B36
Black with #513B36
Text Example
Text Example
White with #513B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B36; }
p { color: rgb(81,59,54); }
H1.HeaderClassName
{
color: #513B36;
}
.AnyTagClassName
{
color: #513B36;
}
</style>
background-color css
<style>
a { background-color: #513B36; }
a { background-color: rgb(81,59,54); }
div.DivClassName
{
background-color: #513B36;
}
.BgClassName
{
background-color: #513B36;
}
</style>
border-color css
<style>
span { border-color: #513B36; }
span { border-color: rgb(81,59,54); }
td.TdClassName
{
border-color: #513B36;
}
.TagClassName
{
border-color: #513B36;
}
</style>