Html Css Color HEX #640A08 Maroon

📋 copy color: '#640A08'

red 100 ◦ green 10 ◦ blue 8

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

Shades of Maroon #640A08

Tints of Maroon #640A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 84.75%
G = 8.47%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#640A08 (or 0x640A08) is known color: Maroon. HEX triplet: 64, 0A and 08. RGB value is (100,10,8). Sum of RGB (Red+Green+Blue) = 100+10+8=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A08 is #9BF5F7. Grayscale: #242424. Windows color (decimal): -10221048 or 526948. OLE color: 526948.

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

Color convert

RGB 100 10 8 -
CMYK 0 0.90 0.92 0.61
HSL 1.3º 0.85% 0.21% -
HSV(B) 1.3º 0.92% 0.39% -
XYZ 5.41 2.94 0.51 -
YUV 36.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 100 10 8 0 0.90 0.92 0.61 1.3 0.85 0.21
Hex 64 A 8 0 5A 5C 3D 1 55 15
Octal 144 12 10 0 132 134 75 1 125 25
Binary 1100100 1010 1000 0 1011010 1011100 111101 1 1010101 10101

Color Harmonies of #640A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A08

Black with #640A08

Text Example


Text Example

White with #640A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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