Html Css Color HEX #640318 Burgundy

📋 copy color: '#640318'

red 100 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #640318

Tints of Burgundy #640318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 78.74%
G = 2.36%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#640318 (or 0x640318) is known color: Burgundy. HEX triplet: 64, 03 and 18. RGB value is (100,3,24). Sum of RGB (Red+Green+Blue) = 100+3+24=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #640318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640318 is #9BFCE7. Grayscale: #222222. Windows color (decimal): -10222824 or 1573732. OLE color: 1573732.

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

Color convert

RGB 100 3 24 -
CMYK 0 0.97 0.76 0.61
HSL 347.01º 0.94% 0.2% -
HSV(B) 347.01º 0.97% 0.39% -
XYZ 5.45 2.84 1.13 -
YUV 34.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 100 3 24 0 0.97 0.76 0.61 347.01 0.94 0.2
Hex 64 3 18 0 61 4C 3D 15B 5E 14
Octal 144 3 30 0 141 114 75 533 136 24
Binary 1100100 11 11000 0 1100001 1001100 111101 101011011 1011110 10100

Color Harmonies of #640318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640318

Black with #640318

Text Example


Text Example

White with #640318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640318; }

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

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

background-color css

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

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

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

border-color css

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

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

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