Html Css Color HEX #640A01 Maroon

📋 copy color: '#640A01'

red 100 ◦ green 10 ◦ blue 1

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

Shades of Maroon #640A01

Tints of Maroon #640A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 90.09%
G = 9.01%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640A01 (or 0x640A01) is known color: Maroon. HEX triplet: 64, 0A and 01. RGB value is (100,10,1). Sum of RGB (Red+Green+Blue) = 100+10+1=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A01 is #9BF5FE. Grayscale: #242424. Windows color (decimal): -10221055 or 68196. OLE color: 68196.

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

Color convert

RGB 100 10 1 -
CMYK 0 0.90 0.99 0.61
HSL 5.45º 0.98% 0.2% -
HSV(B) 5.45º 0.99% 0.39% -
XYZ 5.37 2.93 0.31 -
YUV 35.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 100 10 1 0 0.90 0.99 0.61 5.45 0.98 0.2
Hex 64 A 1 0 5A 63 3D 5 62 14
Octal 144 12 1 0 132 143 75 5 142 24
Binary 1100100 1010 1 0 1011010 1100011 111101 101 1100010 10100

Color Harmonies of #640A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A01

Black with #640A01

Text Example


Text Example

White with #640A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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