Html Css Color HEX #640110 Burgundy

📋 copy color: '#640110'

red 100 ◦ green 1 ◦ blue 16

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

Shades of Burgundy #640110

Tints of Burgundy #640110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 85.47%
G = 0.85%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#640110 (or 0x640110) is known color: Burgundy. HEX triplet: 64, 01 and 10. RGB value is (100,1,16). Sum of RGB (Red+Green+Blue) = 100+1+16=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #640110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640110 is #9BFEEF. Grayscale: #202020. Windows color (decimal): -10223344 or 1048932. OLE color: 1048932.

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

Color convert

RGB 100 1 16 -
CMYK 0 0.99 0.84 0.61
HSL 350.91º 0.98% 0.2% -
HSV(B) 350.91º 0.99% 0.39% -
XYZ 5.36 2.77 0.74 -
YUV 32.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 100 1 16 0 0.99 0.84 0.61 350.91 0.98 0.2
Hex 64 1 10 0 63 54 3D 15F 62 14
Octal 144 1 20 0 143 124 75 537 142 24
Binary 1100100 1 10000 0 1100011 1010100 111101 101011111 1100010 10100

Color Harmonies of #640110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640110

Black with #640110

Text Example


Text Example

White with #640110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640110; }

 p { color: rgb(100,1,16); }

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

background-color css

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

 a { background-color: rgb(100,1,16); }

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

border-color css

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

 span { border-color: rgb(100,1,16); }

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