Html Css Color HEX #640007 Burgundy

📋 copy color: '#640007'

red 100 ◦ green 0 ◦ blue 7

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

Shades of Burgundy #640007

Tints of Burgundy #640007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 93.46%
G = 0%
B = 6.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#640007 (or 0x640007) is known color: Burgundy. HEX triplet: 64, 00 and 07. RGB value is (100,0,7). Sum of RGB (Red+Green+Blue) = 100+0+7=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640007 is #9BFFF8. Grayscale: #1E1E1E. Windows color (decimal): -10223609 or 458852. OLE color: 458852.

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

Color convert

RGB 100 0 7 -
CMYK 0 1 0.93 0.61
HSL 355.8º 1% 0.2% -
HSV(B) 355.8º 1% 0.39% -
XYZ 5.29 2.72 0.45 -
YUV 30.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 100 0 7 0 1 0.93 0.61 355.8 1 0.2
Hex 64 0 7 0 64 5D 3D 164 64 14
Octal 144 0 7 0 144 135 75 544 144 24
Binary 1100100 0 111 0 1100100 1011101 111101 101100100 1100100 10100

Color Harmonies of #640007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640007

Black with #640007

Text Example


Text Example

White with #640007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640007; }

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

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

background-color css

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

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

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

border-color css

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

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

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