Html Css Color HEX #640805 Maroon

📋 copy color: '#640805'

red 100 ◦ green 8 ◦ blue 5

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

Shades of Maroon #640805

Tints of Maroon #640805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 88.5%
G = 7.08%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#640805 (or 0x640805) is known color: Maroon. HEX triplet: 64, 08 and 05. RGB value is (100,8,5). Sum of RGB (Red+Green+Blue) = 100+8+5=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #640805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640805 is #9BF7FA. Grayscale: #232323. Windows color (decimal): -10221563 or 329828. OLE color: 329828.

HSL color Cylindrical-coordinate representation of color #640805: hue angle of 1.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 5 -
CMYK 0 0.92 0.95 0.61
HSL 1.89º 0.9% 0.21% -
HSV(B) 1.89º 0.95% 0.39% -
XYZ 5.37 2.89 0.42 -
YUV 35.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 100 8 5 0 0.92 0.95 0.61 1.89 0.9 0.21
Hex 64 8 5 0 5C 5F 3D 2 5A 15
Octal 144 10 5 0 134 137 75 2 132 25
Binary 1100100 1000 101 0 1011100 1011111 111101 10 1011010 10101

Color Harmonies of #640805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640805

Black with #640805

Text Example


Text Example

White with #640805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640805; }

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

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

background-color css

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

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

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

border-color css

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

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

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