Html Css Color HEX #640320 Burgundy

📋 copy color: '#640320'

red 100 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #640320

Tints of Burgundy #640320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 74.07%
G = 2.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#640320 (or 0x640320) is known color: Burgundy. HEX triplet: 64, 03 and 20. RGB value is (100,3,32). Sum of RGB (Red+Green+Blue) = 100+3+32=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #640320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640320 is #9BFCDF. Grayscale: #232323. Windows color (decimal): -10222816 or 2098020. OLE color: 2098020.

HSL color Cylindrical-coordinate representation of color #640320: hue angle of 342.06º 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 #640320 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 3 32 -
CMYK 0 0.97 0.68 0.61
HSL 342.06º 0.94% 0.2% -
HSV(B) 342.06º 0.97% 0.39% -
XYZ 5.55 2.88 1.63 -
YUV 35.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 100 3 32 0 0.97 0.68 0.61 342.06 0.94 0.2
Hex 64 3 20 0 61 44 3D 156 5E 14
Octal 144 3 40 0 141 104 75 526 136 24
Binary 1100100 11 100000 0 1100001 1000100 111101 101010110 1011110 10100

Color Harmonies of #640320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640320

Black with #640320

Text Example


Text Example

White with #640320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640320; }

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

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

background-color css

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

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

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

border-color css

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

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

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