Html Css Color HEX #640006 Burgundy

📋 copy color: '#640006'

red 100 ◦ green 0 ◦ blue 6

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

Shades of Burgundy #640006

Tints of Burgundy #640006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 94.34%
G = 0%
B = 5.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#640006 (or 0x640006) is known color: Burgundy. HEX triplet: 64, 00 and 06. RGB value is (100,0,6). Sum of RGB (Red+Green+Blue) = 100+0+6=106 (14% of max value = 765). Red value is 100 (39.45% from 255 or 94.34% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 100 - color contains mainly: red. Hex color #640006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640006 is #9BFFF9. Grayscale: #1E1E1E. Windows color (decimal): -10223610 or 393316. OLE color: 393316.

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

Color convert

RGB 100 0 6 -
CMYK 0 1 0.94 0.61
HSL 356.4º 1% 0.2% -
HSV(B) 356.4º 1% 0.39% -
XYZ 5.29 2.72 0.42 -
YUV 30.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 100 0 6 0 1 0.94 0.61 356.4 1 0.2
Hex 64 0 6 0 64 5E 3D 164 64 14
Octal 144 0 6 0 144 136 75 544 144 24
Binary 1100100 0 110 0 1100100 1011110 111101 101100100 1100100 10100

Color Harmonies of #640006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640006

Black with #640006

Text Example


Text Example

White with #640006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640006; }

 p { color: rgb(100,0,6); }

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

background-color css

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

 a { background-color: rgb(100,0,6); }

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

border-color css

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

 span { border-color: rgb(100,0,6); }

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