#640901

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

Shades of Maroon #640901

Tints of Maroon #640901

Color information

#640901 (or 0x640901) is unknown color: approx Maroon. HEX triplet: 64, 09 and 01. RGB value is (100,9,1). Sum of RGB (Red+Green+Blue) = 100+9+1=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #640901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640901 is #9BF6FE. Grayscale: #232323. Windows color (decimal): -10221311 or 67940. OLE color: 67940.

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

Color convert

RGB10091-
CMYK00.910.990.61
HSL4.85º98.02%19.8%-
HSV(B)4.85º99%39.22%-
XYZ5.362.910.31-
YUV35.3108.65174.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.91%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=90.91%
G=8.18%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009100.910.990.614.8598.0219.8
Hex649105B633D56214
Octal144111013314375514224
Binary110010010011010110111100011111101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640901; }

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

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

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

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

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

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

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

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