Html Css Color HEX #640603 Maroon

📋 copy color: '#640603'

red 100 ◦ green 6 ◦ blue 3

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

Shades of Maroon #640603

Tints of Maroon #640603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 3 (1.56% from 255) = 2.75%

R = 91.74%
G = 5.5%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#640603 (or 0x640603) is known color: Maroon. HEX triplet: 64, 06 and 03. RGB value is (100,6,3). Sum of RGB (Red+Green+Blue) = 100+6+3=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640603 is #9BF9FC. Grayscale: #212121. Windows color (decimal): -10222077 or 198244. OLE color: 198244.

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

Color convert

RGB 100 6 3 -
CMYK 0 0.94 0.97 0.61
HSL 1.86º 0.94% 0.2% -
HSV(B) 1.86º 0.97% 0.39% -
XYZ 5.34 2.85 0.35 -
YUV 33.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 100 6 3 0 0.94 0.97 0.61 1.86 0.94 0.2
Hex 64 6 3 0 5E 61 3D 2 5E 14
Octal 144 6 3 0 136 141 75 2 136 24
Binary 1100100 110 11 0 1011110 1100001 111101 10 1011110 10100

Color Harmonies of #640603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640603

Black with #640603

Text Example


Text Example

White with #640603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640603; }

 p { color: rgb(100,6,3); }

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

background-color css

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

 a { background-color: rgb(100,6,3); }

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

border-color css

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

 span { border-color: rgb(100,6,3); }

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