#640904

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

Shades of Maroon #640904

Tints of Maroon #640904

Color information

#640904 (or 0x640904) is unknown color: approx Maroon. HEX triplet: 64, 09 and 04. RGB value is (100,9,4). Sum of RGB (Red+Green+Blue) = 100+9+4=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #640904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640904 is #9BF6FB. Grayscale: #232323. Windows color (decimal): -10221308 or 264548. OLE color: 264548.

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

Color convert

RGB10094-
CMYK00.910.960.61
HSL3.13º92.31%20.39%-
HSV(B)3.13º96%39.22%-
XYZ5.382.910.39-
YUV35.64110.15173.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 88.50%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=88.50%
G=7.96%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009400.910.960.613.1392.3120.39
Hex649405B603D35c14
Octal144114013314075313424
Binary1100100100110001011011110000011110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640904; }

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

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

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

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

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

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

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

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