Html Css Color HEX #640216 Burgundy

📋 copy color: '#640216'

red 100 ◦ green 2 ◦ blue 22

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

Shades of Burgundy #640216

Tints of Burgundy #640216

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 value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 100 2 22 -
CMYK 0 0.98 0.78 0.61
HSL 347.76º 0.96% 0.2% -
HSV(B) 347.76º 0.98% 0.39% -
XYZ 5.42 2.81 1.02 -
YUV 33.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 100 2 22 0 0.98 0.78 0.61 347.76 0.96 0.2
Hex 64 2 16 0 62 4E 3D 15C 60 14
Octal 144 2 26 0 142 116 75 534 140 24
Binary 1100100 10 10110 0 1100010 1001110 111101 101011100 1100000 10100

Color Harmonies of #640216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640216

Black with #640216

Text Example


Text Example

White with #640216

Text Example


Text Example

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