Html Css Color HEX #640703 Maroon

📋 copy color: '#640703'

red 100 ◦ green 7 ◦ blue 3

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

Shades of Maroon #640703

Tints of Maroon #640703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

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

R = 90.91%
G = 6.36%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#640703 (or 0x640703) is known color: Maroon. HEX triplet: 64, 07 and 03. RGB value is (100,7,3). Sum of RGB (Red+Green+Blue) = 100+7+3=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #640703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640703 is #9BF8FC. Grayscale: #222222. Windows color (decimal): -10221821 or 198500. OLE color: 198500.

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

Color convert

RGB 100 7 3 -
CMYK 0 0.93 0.97 0.61
HSL 2.47º 0.94% 0.2% -
HSV(B) 2.47º 0.97% 0.39% -
XYZ 5.35 2.87 0.36 -
YUV 34.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 100 7 3 0 0.93 0.97 0.61 2.47 0.94 0.2
Hex 64 7 3 0 5D 61 3D 2 5E 14
Octal 144 7 3 0 135 141 75 2 136 24
Binary 1100100 111 11 0 1011101 1100001 111101 10 1011110 10100

Color Harmonies of #640703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640703

Black with #640703

Text Example


Text Example

White with #640703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640703; }

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

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

background-color css

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

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

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

border-color css

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

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

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