Html Css Color HEX #640C01 Maroon

📋 copy color: '#640C01'

red 100 ◦ green 12 ◦ blue 1

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

Shades of Maroon #640C01

Tints of Maroon #640C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.62%

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

R = 88.5%
G = 10.62%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#640C01 (or 0x640C01) is known color: Maroon. HEX triplet: 64, 0C and 01. RGB value is (100,12,1). Sum of RGB (Red+Green+Blue) = 100+12+1=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #640C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640C01 is #9BF3FE. Grayscale: #252525. Windows color (decimal): -10220543 or 68708. OLE color: 68708.

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

Color convert

RGB 100 12 1 -
CMYK 0 0.88 0.99 0.61
HSL 6.67º 0.98% 0.2% -
HSV(B) 6.67º 0.99% 0.39% -
XYZ 5.39 2.97 0.32 -
YUV 37.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 100 12 1 0 0.88 0.99 0.61 6.67 0.98 0.2
Hex 64 C 1 0 58 63 3D 7 62 14
Octal 144 14 1 0 130 143 75 7 142 24
Binary 1100100 1100 1 0 1011000 1100011 111101 111 1100010 10100

Color Harmonies of #640C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C01

Black with #640C01

Text Example


Text Example

White with #640C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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