Html Css Color HEX #640701 Maroon

📋 copy color: '#640701'

red 100 ◦ green 7 ◦ blue 1

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

Shades of Maroon #640701

Tints of Maroon #640701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 92.59%
G = 6.48%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640701 (or 0x640701) is known color: Maroon. HEX triplet: 64, 07 and 01. RGB value is (100,7,1). Sum of RGB (Red+Green+Blue) = 100+7+1=108 (14% of max value = 765). Red value is 100 (39.45% from 255 or 92.59% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 100 - color contains mainly: red. Hex color #640701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640701 is #9BF8FE. Grayscale: #222222. Windows color (decimal): -10221823 or 67428. OLE color: 67428.

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

Color convert

RGB 100 7 1 -
CMYK 0 0.93 0.99 0.61
HSL 3.64º 0.98% 0.2% -
HSV(B) 3.64º 0.99% 0.39% -
XYZ 5.34 2.86 0.3 -
YUV 34.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 100 7 1 0 0.93 0.99 0.61 3.64 0.98 0.2
Hex 64 7 1 0 5D 63 3D 4 62 14
Octal 144 7 1 0 135 143 75 4 142 24
Binary 1100100 111 1 0 1011101 1100011 111101 100 1100010 10100

Color Harmonies of #640701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640701

Black with #640701

Text Example


Text Example

White with #640701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640701; }

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

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

background-color css

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

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

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

border-color css

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

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

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