#503A37

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

Shades of Van Cleef #503A37

Tints of Van Cleef #503A37

Color information

#503A37 (or 0x503A37) is unknown color: approx 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

RGB805855-
CMYK00.280.310.69
HSL7.2º18.52%26.47%-
HSV(B)7.2º31.25%31.37%-
XYZ5.515.014.29-
YUV64.24122.79139.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 55 (21.88% from 255) = 28.50%
R=41.45%
G=30.05%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80585500.280.310.697.218.5226.47
Hex503A3701C1F457131a
Octal12072670343710572332
Binary10100001110101101110111001111110001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>