Html Css Color HEX #640401 Maroon

📋 copy color: '#640401'

red 100 ◦ green 4 ◦ blue 1

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

Shades of Maroon #640401

Tints of Maroon #640401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

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

R = 95.24%
G = 3.81%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640401 (or 0x640401) is known color: Maroon. HEX triplet: 64, 04 and 01. RGB value is (100,4,1). Sum of RGB (Red+Green+Blue) = 100+4+1=105 (13% of max value = 765). Red value is 100 (39.45% from 255 or 95.24% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 100 - color contains mainly: red. Hex color #640401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640401 is #9BFBFE. Grayscale: #202020. Windows color (decimal): -10222591 or 66660. OLE color: 66660.

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

Color convert

RGB 100 4 1 -
CMYK 0 0.96 0.99 0.61
HSL 1.82º 0.98% 0.2% -
HSV(B) 1.82º 0.99% 0.39% -
XYZ 5.3 2.8 0.29 -
YUV 32.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 100 4 1 0 0.96 0.99 0.61 1.82 0.98 0.2
Hex 64 4 1 0 60 63 3D 2 62 14
Octal 144 4 1 0 140 143 75 2 142 24
Binary 1100100 100 1 0 1100000 1100011 111101 10 1100010 10100

Color Harmonies of #640401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640401

Black with #640401

Text Example


Text Example

White with #640401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640401; }

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

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

background-color css

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

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

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

border-color css

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

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

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