Html Css Color HEX #640322 Burgundy

📋 copy color: '#640322'

red 100 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #640322

Tints of Burgundy #640322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 72.99%
G = 2.19%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#640322 (or 0x640322) is known color: Burgundy. HEX triplet: 64, 03 and 22. RGB value is (100,3,34). Sum of RGB (Red+Green+Blue) = 100+3+34=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #640322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640322 is #9BFCDD. Grayscale: #232323. Windows color (decimal): -10222814 or 2229092. OLE color: 2229092.

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

Color convert

RGB 100 3 34 -
CMYK 0 0.97 0.66 0.61
HSL 340.82º 0.94% 0.2% -
HSV(B) 340.82º 0.97% 0.39% -
XYZ 5.58 2.89 1.78 -
YUV 35.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 100 3 34 0 0.97 0.66 0.61 340.82 0.94 0.2
Hex 64 3 22 0 61 42 3D 155 5E 14
Octal 144 3 42 0 141 102 75 525 136 24
Binary 1100100 11 100010 0 1100001 1000010 111101 101010101 1011110 10100

Color Harmonies of #640322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640322

Black with #640322

Text Example


Text Example

White with #640322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640322; }

 p { color: rgb(100,3,34); }

 H1.HeaderClassName
 {
   color: #640322;
 }
 .AnyTagClassName
 {
   color: #640322;
 }
</style>

background-color css

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

 a { background-color: rgb(100,3,34); }

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

border-color css

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

 span { border-color: rgb(100,3,34); }

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