#640216

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

Shades of Burgundy #640216

Tints of Burgundy #640216

Color information

#640216 (or 0x640216) is unknown color: approx Burgundy. HEX triplet: 64, 02 and 16. RGB value is (100,2,22). Sum of RGB (Red+Green+Blue) = 100+2+22=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640216 is #9BFDE9. Grayscale: #212121. Windows color (decimal): -10223082 or 1442404. OLE color: 1442404.

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

Color convert

RGB100222-
CMYK00.980.780.61
HSL347.76º96.08%20%-
HSV(B)347.76º98%39.22%-
XYZ5.422.811.02-
YUV33.58121.47175.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 80.65%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=80.65%
G=1.61%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10022200.980.780.61347.7696.0820
Hex642160624E3D15c6014
Octal14422601421167553414024
Binary11001001010110011000101001110111101101011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640216; }

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

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

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

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

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

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

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

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