#640E01

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

Shades of Maroon #640E01

Tints of Maroon #640E01

Color information

#640E01 (or 0x640E01) is unknown color: approx Maroon. HEX triplet: 64, 0E and 01. RGB value is (100,14,1). Sum of RGB (Red+Green+Blue) = 100+14+1=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #640E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640E01 is #9BF1FE. Grayscale: #262626. Windows color (decimal): -10220031 or 69220. OLE color: 69220.

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

Color convert

RGB100141-
CMYK00.860.990.61
HSL7.88º98.02%19.8%-
HSV(B)7.88º99%39.22%-
XYZ5.423.030.33-
YUV38.23106.99172.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.96%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=86.96%
G=12.17%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014100.860.990.617.8898.0219.8
Hex64E1056633D86214
Octal1441610126143751014224
Binary1100100111010101011011000111111011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640E01; }

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

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

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

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

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

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

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

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