#503B39

Color #503B39 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #503B39

Tints of Van Cleef #503B39

Color information

#503B39 (or 0x503B39) is unknown color: approx Van Cleef. HEX triplet: 50, 3B and 39. RGB value is (80,59,57). Sum of RGB (Red+Green+Blue) = 80+59+57=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B39 is #AFC4C6. Grayscale: #414141. Windows color (decimal): -11519175 or 3750736. OLE color: 3750736.

HSL color Cylindrical-coordinate representation of color #503B39: hue angle of 5.22º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503B39 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB805957-
CMYK00.260.290.69
HSL5.22º16.79%26.86%-
HSV(B)5.22º28.75%31.37%-
XYZ5.615.134.57-
YUV65.05123.46138.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=40.82%
G=30.10%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80595700.260.290.695.2216.7926.86
Hex503B3901A1D455111b
Octal12073710323510552133
Binary10100001110111110010110101110110001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B39; }

 p { color: rgb(80,59,57); }

 H1.HeaderClassName
 {
   color: #503B39;
 }
 .AnyTagClassName
 {
   color: #503B39;
 }
</style>
background-color css

<style>
 a { background-color: #503B39; }

 a { background-color: rgb(80,59,57); }

 div.DivClassName
 {
   background-color: #503B39;
 }
 .BgClassName
 {
   background-color: #503B39;
 }
</style>
border-color css

<style>
 span { border-color: #503B39; }

 span { border-color: rgb(80,59,57); }

 td.TdClassName
 {
   border-color: #503B39;
 }
 .TagClassName
 {
   border-color: #503B39;
 }
</style>