#640108

Color #640108 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #640108

Tints of Burgundy #640108

Color information

#640108 (or 0x640108) is unknown color: approx Burgundy. HEX triplet: 64, 01 and 08. RGB value is (100,1,8). Sum of RGB (Red+Green+Blue) = 100+1+8=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640108 is #9BFEF7. Grayscale: #1F1F1F. Windows color (decimal): -10223352 or 524644. OLE color: 524644.

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

Color convert

RGB10018-
CMYK00.990.920.61
HSL355.76º98.02%19.8%-
HSV(B)355.76º99%39.22%-
XYZ5.312.750.48-
YUV31.4114.8176.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 91.74%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=91.74%
G=0.92%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1001800.990.920.61355.7698.0219.8
Hex64180635C3D1646214
Octal14411001431347554414224
Binary110010011000011000111011100111101101100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640108; }

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

 H1.HeaderClassName
 {
   color: #640108;
 }
 .AnyTagClassName
 {
   color: #640108;
 }
</style>
background-color css

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

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

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

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

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

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