#640401

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

Shades of Maroon #640401

Tints of Maroon #640401

Color information

#640401 (or 0x640401) is unknown color: approx Maroon. HEX triplet: 64, 04 and 01. RGB value is (100,4,1). Sum of RGB (Red+Green+Blue) = 100+4+1=105 (13% of max value = 765). Red value is 100 (39.45% from 255 or 95.24% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 100 - color contains mainly: red. Hex color #640401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640401 is #9BFBFE. Grayscale: #202020. Windows color (decimal): -10222591 or 66660. OLE color: 66660.

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

Color convert

RGB10041-
CMYK00.960.990.61
HSL1.82º98.02%19.8%-
HSV(B)1.82º99%39.22%-
XYZ5.32.80.29-
YUV32.36110.3176.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 95.24%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=95.24%
G=3.81%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1004100.960.990.611.8298.0219.8
Hex6441060633D26214
Octal14441014014375214224
Binary1100100100101100000110001111110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640401; }

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

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

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

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

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

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

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

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