Html Css Color HEX #641100 Maroon

📋 copy color: '#641100'

red 100 ◦ green 17 ◦ blue 0

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

Shades of Maroon #641100

Tints of Maroon #641100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.47%
G = 14.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#641100 (or 0x641100) is known color: Maroon. HEX triplet: 64, 11 and 00. RGB value is (100,17,0). Sum of RGB (Red+Green+Blue) = 100+17+0=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #641100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641100 is #9BEEFF. Grayscale: #282828. Windows color (decimal): -10219264 or 4452. OLE color: 4452.

HSL color Cylindrical-coordinate representation of color #641100: hue angle of 10.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #641100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 0 -
CMYK 0 0.83 1 0.61
HSL 10.2º 1% 0.2% -
HSV(B) 10.2º 1% 0.39% -
XYZ 5.46 3.11 0.31 -
YUV 39.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 100 17 0 0 0.83 1 0.61 10.2 1 0.2
Hex 64 11 0 0 53 64 3D A 64 14
Octal 144 21 0 0 123 144 75 12 144 24
Binary 1100100 10001 0 0 1010011 1100100 111101 1010 1100100 10100

Color Harmonies of #641100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641100

Black with #641100

Text Example


Text Example

White with #641100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641100; }

 p { color: rgb(100,17,0); }

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

background-color css

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

 a { background-color: rgb(100,17,0); }

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

border-color css

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

 span { border-color: rgb(100,17,0); }

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