#640116

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

Shades of Burgundy #640116

Tints of Burgundy #640116

Color information

#640116 (or 0x640116) is unknown color: approx Burgundy. HEX triplet: 64, 01 and 16. RGB value is (100,1,22). Sum of RGB (Red+Green+Blue) = 100+1+22=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640116 is #9BFEE9. Grayscale: #212121. Windows color (decimal): -10223338 or 1442148. OLE color: 1442148.

HSL color Cylindrical-coordinate representation of color #640116: hue angle of 347.27º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640116 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB100122-
CMYK00.990.780.61
HSL347.27º98.02%19.8%-
HSV(B)347.27º99%39.22%-
XYZ5.412.791.01-
YUV32.99121.8175.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 81.30%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=81.30%
G=0.81%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10012200.990.780.61347.2798.0219.8
Hex641160634E3D15b6214
Octal14412601431167553314224
Binary1100100110110011000111001110111101101011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640116; }

 p { color: rgb(100,1,22); }

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

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

 a { background-color: rgb(100,1,22); }

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

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

 span { border-color: rgb(100,1,22); }

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