Html Css Color HEX #640704 Maroon

📋 copy color: '#640704'

red 100 ◦ green 7 ◦ blue 4

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

Shades of Maroon #640704

Tints of Maroon #640704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

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

R = 90.09%
G = 6.31%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640704 (or 0x640704) is known color: Maroon. HEX triplet: 64, 07 and 04. RGB value is (100,7,4). Sum of RGB (Red+Green+Blue) = 100+7+4=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640704 is #9BF8FB. Grayscale: #222222. Windows color (decimal): -10221820 or 264036. OLE color: 264036.

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

Color convert

RGB 100 7 4 -
CMYK 0 0.93 0.96 0.61
HSL 1.88º 0.92% 0.2% -
HSV(B) 1.88º 0.96% 0.39% -
XYZ 5.35 2.87 0.39 -
YUV 34.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 100 7 4 0 0.93 0.96 0.61 1.88 0.92 0.2
Hex 64 7 4 0 5D 60 3D 2 5C 14
Octal 144 7 4 0 135 140 75 2 134 24
Binary 1100100 111 100 0 1011101 1100000 111101 10 1011100 10100

Color Harmonies of #640704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640704

Black with #640704

Text Example


Text Example

White with #640704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640704; }

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

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

background-color css

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

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

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

border-color css

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

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

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