Html Css Color HEX #640502 Maroon

📋 copy color: '#640502'

red 100 ◦ green 5 ◦ blue 2

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

Shades of Maroon #640502

Tints of Maroon #640502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

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

R = 93.46%
G = 4.67%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#640502 (or 0x640502) is known color: Maroon. HEX triplet: 64, 05 and 02. RGB value is (100,5,2). Sum of RGB (Red+Green+Blue) = 100+5+2=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640502 is #9BFAFD. Grayscale: #212121. Windows color (decimal): -10222334 or 132452. OLE color: 132452.

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

Color convert

RGB 100 5 2 -
CMYK 0 0.95 0.98 0.61
HSL 1.84º 0.96% 0.2% -
HSV(B) 1.84º 0.98% 0.39% -
XYZ 5.32 2.82 0.32 -
YUV 33.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 100 5 2 0 0.95 0.98 0.61 1.84 0.96 0.2
Hex 64 5 2 0 5F 62 3D 2 60 14
Octal 144 5 2 0 137 142 75 2 140 24
Binary 1100100 101 10 0 1011111 1100010 111101 10 1100000 10100

Color Harmonies of #640502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640502

Black with #640502

Text Example


Text Example

White with #640502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640502; }

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

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

background-color css

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

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

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

border-color css

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

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

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