Html Css Color HEX #640804 Maroon

📋 copy color: '#640804'

red 100 ◦ green 8 ◦ blue 4

#640804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #640804

Tints of Maroon #640804

RGB

 RED value IS 100 (39.45% from 255) = 89.29%

 GREEN value IS 8 (3.52% from 255) = 7.14%

 BLUE value IS 4 (1.95% from 255) = 3.57%

R = 89.29%
G = 7.14%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640804 (or 0x640804) is known color: Maroon. HEX triplet: 64, 08 and 04. RGB value is (100,8,4). Sum of RGB (Red+Green+Blue) = 100+8+4=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #640804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640804 is #9BF7FB. Grayscale: #232323. Windows color (decimal): -10221564 or 264292. OLE color: 264292.

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

Color convert

RGB 100 8 4 -
CMYK 0 0.92 0.96 0.61
HSL 2.5º 0.92% 0.2% -
HSV(B) 2.5º 0.96% 0.39% -
XYZ 5.36 2.89 0.39 -
YUV 35.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 100 8 4 0 0.92 0.96 0.61 2.5 0.92 0.2
Hex 64 8 4 0 5C 60 3D 2 5C 14
Octal 144 10 4 0 134 140 75 2 134 24
Binary 1100100 1000 100 0 1011100 1100000 111101 10 1011100 10100

Color Harmonies of #640804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640804

Black with #640804

Text Example


Text Example

White with #640804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640804; }

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

 H1.HeaderClassName
 {
   color: #640804;
 }
 .AnyTagClassName
 {
   color: #640804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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