#640A02

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

Shades of Maroon #640A02

Tints of Maroon #640A02

Color information

#640A02 (or 0x640A02) is unknown color: approx Maroon. HEX triplet: 64, 0A and 02. RGB value is (100,10,2). Sum of RGB (Red+Green+Blue) = 100+10+2=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #640A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A02 is #9BF5FD. Grayscale: #242424. Windows color (decimal): -10221054 or 133732. OLE color: 133732.

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

Color convert

RGB100102-
CMYK00.900.980.61
HSL4.9º96.08%20%-
HSV(B)4.9º98%39.22%-
XYZ5.382.930.34-
YUV36108.82173.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 89.29%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=89.29%
G=8.93%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010200.900.980.614.996.0820
Hex64A205A623D56014
Octal144122013214275514024
Binary1100100101010010110101100010111101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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