Html Css Color HEX #640011 Burgundy

📋 copy color: '#640011'

red 100 ◦ green 0 ◦ blue 17

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

Shades of Burgundy #640011

Tints of Burgundy #640011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 85.47%
G = 0%
B = 14.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#640011 (or 0x640011) is known color: Burgundy. HEX triplet: 64, 00 and 11. RGB value is (100,0,17). Sum of RGB (Red+Green+Blue) = 100+0+17=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #640011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640011 is #9BFFEE. Grayscale: #1F1F1F. Windows color (decimal): -10223599 or 1114212. OLE color: 1114212.

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

Color convert

RGB 100 0 17 -
CMYK 0 1 0.83 0.61
HSL 349.8º 1% 0.2% -
HSV(B) 349.8º 1% 0.39% -
XYZ 5.36 2.75 0.78 -
YUV 31.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 100 0 17 0 1 0.83 0.61 349.8 1 0.2
Hex 64 0 11 0 64 53 3D 15E 64 14
Octal 144 0 21 0 144 123 75 536 144 24
Binary 1100100 0 10001 0 1100100 1010011 111101 101011110 1100100 10100

Color Harmonies of #640011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640011

Black with #640011

Text Example


Text Example

White with #640011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640011; }

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

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

background-color css

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

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

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

border-color css

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

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

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