Html Css Color HEX #640201 Maroon

📋 copy color: '#640201'

red 100 ◦ green 2 ◦ blue 1

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

Shades of Maroon #640201

Tints of Maroon #640201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

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

R = 97.09%
G = 1.94%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640201 (or 0x640201) is known color: Maroon. HEX triplet: 64, 02 and 01. RGB value is (100,2,1). Sum of RGB (Red+Green+Blue) = 100+2+1=103 (13% of max value = 765). Red value is 100 (39.45% from 255 or 97.09% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 100 - color contains mainly: red. Hex color #640201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640201 is #9BFDFE. Grayscale: #1F1F1F. Windows color (decimal): -10223103 or 66148. OLE color: 66148.

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

Color convert

RGB 100 2 1 -
CMYK 0 0.98 0.99 0.61
HSL 0.61º 0.98% 0.2% -
HSV(B) 0.61º 0.99% 0.39% -
XYZ 5.28 2.75 0.28 -
YUV 31.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 100 2 1 0 0.98 0.99 0.61 0.61 0.98 0.2
Hex 64 2 1 0 62 63 3D 1 62 14
Octal 144 2 1 0 142 143 75 1 142 24
Binary 1100100 10 1 0 1100010 1100011 111101 1 1100010 10100

Color Harmonies of #640201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640201

Black with #640201

Text Example


Text Example

White with #640201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640201; }

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

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

background-color css

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

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

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

border-color css

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

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

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