#640502

Color #640502 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #640502

Tints of Maroon #640502

Color information

#640502 (or 0x640502) is unknown color: approx 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

RGB10052-
CMYK00.950.980.61
HSL1.84º96.08%20%-
HSV(B)1.84º98%39.22%-
XYZ5.322.820.32-
YUV33.06110.47175.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1005200.950.980.611.8496.0820
Hex645205F623D26014
Octal14452013714275214024
Binary11001001011001011111110001011110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>