Html Css Color HEX #640301 Maroon

📋 copy color: '#640301'

red 100 ◦ green 3 ◦ blue 1

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

Shades of Maroon #640301

Tints of Maroon #640301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 96.15%
G = 2.88%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640301 (or 0x640301) is known color: Maroon. HEX triplet: 64, 03 and 01. RGB value is (100,3,1). Sum of RGB (Red+Green+Blue) = 100+3+1=104 (13% of max value = 765). Red value is 100 (39.45% from 255 or 96.15% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 100 - color contains mainly: red. Hex color #640301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640301 is #9BFCFE. Grayscale: #1F1F1F. Windows color (decimal): -10222847 or 66404. OLE color: 66404.

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

Color convert

RGB 100 3 1 -
CMYK 0 0.97 0.99 0.61
HSL 1.21º 0.98% 0.2% -
HSV(B) 1.21º 0.99% 0.39% -
XYZ 5.29 2.78 0.29 -
YUV 31.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 100 3 1 0 0.97 0.99 0.61 1.21 0.98 0.2
Hex 64 3 1 0 61 63 3D 1 62 14
Octal 144 3 1 0 141 143 75 1 142 24
Binary 1100100 11 1 0 1100001 1100011 111101 1 1100010 10100

Color Harmonies of #640301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640301

Black with #640301

Text Example


Text Example

White with #640301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640301; }

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

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

background-color css

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

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

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

border-color css

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

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

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