Html Css Color HEX #640801 Maroon

📋 copy color: '#640801'

red 100 ◦ green 8 ◦ blue 1

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

Shades of Maroon #640801

Tints of Maroon #640801

RGB

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

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

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

R = 91.74%
G = 7.34%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640801 (or 0x640801) is known color: Maroon. HEX triplet: 64, 08 and 01. RGB value is (100,8,1). Sum of RGB (Red+Green+Blue) = 100+8+1=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640801 is #9BF7FE. Grayscale: #222222. Windows color (decimal): -10221567 or 67684. OLE color: 67684.

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

Color convert

RGB 100 8 1 -
CMYK 0 0.92 0.99 0.61
HSL 4.24º 0.98% 0.2% -
HSV(B) 4.24º 0.99% 0.39% -
XYZ 5.35 2.89 0.3 -
YUV 34.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 100 8 1 0 0.92 0.99 0.61 4.24 0.98 0.2
Hex 64 8 1 0 5C 63 3D 4 62 14
Octal 144 10 1 0 134 143 75 4 142 24
Binary 1100100 1000 1 0 1011100 1100011 111101 100 1100010 10100

Color Harmonies of #640801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640801

Black with #640801

Text Example


Text Example

White with #640801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640801; }

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

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

background-color css

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

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

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

border-color css

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

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

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