Shades of Van Cleef #503A37
Tints of Van Cleef #503A37
RGB
CMYK
RGB Variations
Color information
#503A37 (or 0x503A37) is known color: Van Cleef. HEX triplet: 50, 3A and 37. RGB value is (80,58,55). Sum of RGB (Red+Green+Blue) = 80+58+55=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A37 is #AFC5C8. Grayscale: #404040. Windows color (decimal): -11519433 or 3619408. OLE color: 3619408.
HSL color Cylindrical-coordinate representation of color #503A37: hue angle of 7.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #503A37 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 55 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.69 |
| HSL | 7.2º | 0.19% | 0.26% | - |
| HSV(B) | 7.2º | 0.31% | 0.31% | - |
| XYZ | 5.51 | 5.01 | 4.29 | - |
| YUV | 64.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 55 | 0 | 0.28 | 0.31 | 0.69 | 7.2 | 0.19 | 0.26 |
| Hex | 50 | 3A | 37 | 0 | 1C | 1F | 45 | 7 | 13 | 1A |
| Octal | 120 | 72 | 67 | 0 | 34 | 37 | 105 | 7 | 23 | 32 |
| Binary | 1010000 | 111010 | 110111 | 0 | 11100 | 11111 | 1000101 | 111 | 10011 | 11010 |
Color Harmonies of #503A37
Complementary color
Monochromatic Colors of #503A37
Black with #503A37
Text Example
Text Example
White with #503A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A37; }
p { color: rgb(80,58,55); }
H1.HeaderClassName
{
color: #503A37;
}
.AnyTagClassName
{
color: #503A37;
}
</style>
background-color css
<style>
a { background-color: #503A37; }
a { background-color: rgb(80,58,55); }
div.DivClassName
{
background-color: #503A37;
}
.BgClassName
{
background-color: #503A37;
}
</style>
border-color css
<style>
span { border-color: #503A37; }
span { border-color: rgb(80,58,55); }
td.TdClassName
{
border-color: #503A37;
}
.TagClassName
{
border-color: #503A37;
}
</style>