#513939

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

Shades of Van Cleef #513939

Tints of Van Cleef #513939

Color information

#513939 (or 0x513939) is unknown color: approx Van Cleef. HEX triplet: 51, 39 and 39. RGB value is (81,57,57). Sum of RGB (Red+Green+Blue) = 81+57+57=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513939 is #AEC6C6. Grayscale: #404040. Windows color (decimal): -11454151 or 3750225. OLE color: 3750225.

HSL color Cylindrical-coordinate representation of color #513939: hue angle of 0º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513939 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB815757-
CMYK00.300.300.68
HSL17.39%27.06%-
HSV(B)29.63%31.76%-
XYZ5.594.974.54-
YUV64.18123.95140-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=41.54%
G=29.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81575700.300.300.68017.3927.06
Hex51393901E1E440111b
Octal12171710363610402133
Binary101000111100111100101111011110100010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513939; }

 p { color: rgb(81,57,57); }

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

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

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

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

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

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

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