#640000

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

Shades of Maroon #640000

Tints of Maroon #640000

Color information

#640000 (or 0x640000) is unknown color: approx Maroon. HEX triplet: 64, 00 and 00. RGB value is (100,0,0). Sum of RGB (Red+Green+Blue) = 100+0+0=100 (13% of max value = 765). Red value is 100 (39.45% from 255 or 100% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 100 - color contains mainly: red. Hex color #640000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640000 is #9BFFFF. Grayscale: #1E1E1E. Windows color (decimal): -10223616 or 100. OLE color: 100.

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

Color convert

RGB10000-
CMYK0110.61
HSL100%19.61%-
HSV(B)100%39.22%-
XYZ5.262.710.25-
YUV29.9111.13178-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100000110.61010019.61
Hex6400064643D06414
Octal14400014414475014424
Binary1100100000110010011001001111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640000; }

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

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

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

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

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

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

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

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