#640B04

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

Shades of Maroon #640B04

Tints of Maroon #640B04

Color information

#640B04 (or 0x640B04) is unknown color: approx Maroon. HEX triplet: 64, 0B and 04. RGB value is (100,11,4). Sum of RGB (Red+Green+Blue) = 100+11+4=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #640B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640B04 is #9BF4FB. Grayscale: #242424. Windows color (decimal): -10220796 or 265060. OLE color: 265060.

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

Color convert

RGB100114-
CMYK00.890.960.61
HSL4.38º92.31%20.39%-
HSV(B)4.38º96%39.22%-
XYZ5.42.960.4-
YUV36.81109.49173.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.96%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=86.96%
G=9.57%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10011400.890.960.614.3892.3120.39
Hex64B4059603D45c14
Octal144134013114075413424
Binary11001001011100010110011100000111101100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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