#640200

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

Shades of Maroon #640200

Tints of Maroon #640200

Color information

#640200 (or 0x640200) is unknown color: approx Maroon. HEX triplet: 64, 02 and 00. RGB value is (100,2,0). Sum of RGB (Red+Green+Blue) = 100+2+0=102 (13% of max value = 765). Red value is 100 (39.45% from 255 or 98.04% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 100 - color contains mainly: red. Hex color #640200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640200 is #9BFDFF. Grayscale: #1F1F1F. Windows color (decimal): -10223104 or 612. OLE color: 612.

HSL color Cylindrical-coordinate representation of color #640200: hue angle of 1.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB10020-
CMYK00.9810.61
HSL1.2º100%19.61%-
HSV(B)1.2º100%39.22%-
XYZ5.282.750.25-
YUV31.07110.47177.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 98.04%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.04%
G=1.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1002000.9810.611.210019.61
Hex6420062643D16414
Octal14420014214475114424
Binary11001001000110001011001001111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640200; }

 p { color: rgb(100,2,0); }

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

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

 a { background-color: rgb(100,2,0); }

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

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

 span { border-color: rgb(100,2,0); }

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