#640C01

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

Shades of Maroon #640C01

Tints of Maroon #640C01

Color information

#640C01 (or 0x640C01) is unknown color: approx Maroon. HEX triplet: 64, 0C and 01. RGB value is (100,12,1). Sum of RGB (Red+Green+Blue) = 100+12+1=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #640C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640C01 is #9BF3FE. Grayscale: #252525. Windows color (decimal): -10220543 or 68708. OLE color: 68708.

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

Color convert

RGB100121-
CMYK00.880.990.61
HSL6.67º98.02%19.8%-
HSV(B)6.67º99%39.22%-
XYZ5.392.970.32-
YUV37.06107.65172.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 88.50%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=88.50%
G=10.62%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10012100.880.990.616.6798.0219.8
Hex64C1058633D76214
Octal144141013014375714224
Binary110010011001010110001100011111101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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