Html Css Color HEX #640800 Maroon

📋 copy color: '#640800'

red 100 ◦ green 8 ◦ blue 0

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

Shades of Maroon #640800

Tints of Maroon #640800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

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

R = 92.59%
G = 7.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#640800 (or 0x640800) is known color: Maroon. HEX triplet: 64, 08 and 00. RGB value is (100,8,0). Sum of RGB (Red+Green+Blue) = 100+8+0=108 (14% of max value = 765). Red value is 100 (39.45% from 255 or 92.59% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 100 - color contains mainly: red. Hex color #640800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640800 is #9BF7FF. Grayscale: #222222. Windows color (decimal): -10221568 or 2148. OLE color: 2148.

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

Color convert

RGB 100 8 0 -
CMYK 0 0.92 1 0.61
HSL 4.8º 1% 0.2% -
HSV(B) 4.8º 1% 0.39% -
XYZ 5.34 2.88 0.27 -
YUV 34.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 100 8 0 0 0.92 1 0.61 4.8 1 0.2
Hex 64 8 0 0 5C 64 3D 5 64 14
Octal 144 10 0 0 134 144 75 5 144 24
Binary 1100100 1000 0 0 1011100 1100100 111101 101 1100100 10100

Color Harmonies of #640800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640800

Black with #640800

Text Example


Text Example

White with #640800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640800; }

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

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

background-color css

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

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

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

border-color css

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

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

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