#640801

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

Shades of Maroon #640801

Tints of Maroon #640801

Color information

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

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

Color convert

RGB10081-
CMYK00.920.990.61
HSL4.24º98.02%19.8%-
HSV(B)4.24º99%39.22%-
XYZ5.352.890.3-
YUV34.71108.98174.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1008100.920.990.614.2498.0219.8
Hex648105C633D46214
Octal144101013414375414224
Binary110010010001010111001100011111101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640801; }

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

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

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

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

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

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

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

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