Html Css Color HEX #640902 Maroon

📋 copy color: '#640902'

red 100 ◦ green 9 ◦ blue 2

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

Shades of Maroon #640902

Tints of Maroon #640902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 90.09%
G = 8.11%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#640902 (or 0x640902) is known color: Maroon. HEX triplet: 64, 09 and 02. RGB value is (100,9,2). Sum of RGB (Red+Green+Blue) = 100+9+2=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640902 is #9BF6FD. Grayscale: #232323. Windows color (decimal): -10221310 or 133476. OLE color: 133476.

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

Color convert

RGB 100 9 2 -
CMYK 0 0.91 0.98 0.61
HSL 4.29º 0.96% 0.2% -
HSV(B) 4.29º 0.98% 0.39% -
XYZ 5.36 2.91 0.34 -
YUV 35.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 100 9 2 0 0.91 0.98 0.61 4.29 0.96 0.2
Hex 64 9 2 0 5B 62 3D 4 60 14
Octal 144 11 2 0 133 142 75 4 140 24
Binary 1100100 1001 10 0 1011011 1100010 111101 100 1100000 10100

Color Harmonies of #640902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640902

Black with #640902

Text Example


Text Example

White with #640902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640902; }

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

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

background-color css

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

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

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

border-color css

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

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

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