Html Css Color HEX #640116 Burgundy

📋 copy color: '#640116'

red 100 ◦ green 1 ◦ blue 22

#640116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #640116

Tints of Burgundy #640116

RGB

 RED value IS 100 (39.45% from 255) = 81.3%

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 81.3%
G = 0.81%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#640116 (or 0x640116) is known color: 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

RGB 100 1 22 -
CMYK 0 0.99 0.78 0.61
HSL 347.27º 0.98% 0.2% -
HSV(B) 347.27º 0.99% 0.39% -
XYZ 5.41 2.79 1.01 -
YUV 33 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 100 1 22 0 0.99 0.78 0.61 347.27 0.98 0.2
Hex 64 1 16 0 63 4E 3D 15B 62 14
Octal 144 1 26 0 143 116 75 533 142 24
Binary 1100100 1 10110 0 1100011 1001110 111101 101011011 1100010 10100

Color Harmonies of #640116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640116

Black with #640116

Text Example


Text Example

White with #640116

Text Example


Text Example

HTML Codes & Css Web 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>