Html Css Color HEX #640402 Maroon

📋 copy color: '#640402'

red 100 ◦ green 4 ◦ blue 2

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

Shades of Maroon #640402

Tints of Maroon #640402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 2 (1.17% from 255) = 1.89%

R = 94.34%
G = 3.77%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#640402 (or 0x640402) is known color: Maroon. HEX triplet: 64, 04 and 02. RGB value is (100,4,2). Sum of RGB (Red+Green+Blue) = 100+4+2=106 (14% of max value = 765). Red value is 100 (39.45% from 255 or 94.34% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 100 - color contains mainly: red. Hex color #640402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640402 is #9BFBFD. Grayscale: #202020. Windows color (decimal): -10222590 or 132196. OLE color: 132196.

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

Color convert

RGB 100 4 2 -
CMYK 0 0.96 0.98 0.61
HSL 1.22º 0.96% 0.2% -
HSV(B) 1.22º 0.98% 0.39% -
XYZ 5.31 2.8 0.32 -
YUV 32.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 100 4 2 0 0.96 0.98 0.61 1.22 0.96 0.2
Hex 64 4 2 0 60 62 3D 1 60 14
Octal 144 4 2 0 140 142 75 1 140 24
Binary 1100100 100 10 0 1100000 1100010 111101 1 1100000 10100

Color Harmonies of #640402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640402

Black with #640402

Text Example


Text Example

White with #640402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640402; }

 p { color: rgb(100,4,2); }

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

background-color css

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

 a { background-color: rgb(100,4,2); }

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

border-color css

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

 span { border-color: rgb(100,4,2); }

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