#640802

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

Shades of Maroon #640802

Tints of Maroon #640802

Color information

#640802 (or 0x640802) is unknown color: approx Maroon. HEX triplet: 64, 08 and 02. RGB value is (100,8,2). Sum of RGB (Red+Green+Blue) = 100+8+2=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #640802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640802 is #9BF7FD. Grayscale: #222222. Windows color (decimal): -10221566 or 133220. OLE color: 133220.

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

Color convert

RGB10082-
CMYK00.920.980.61
HSL3.67º96.08%20%-
HSV(B)3.67º98%39.22%-
XYZ5.352.890.33-
YUV34.82109.48174.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.91%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=90.91%
G=7.27%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1008200.920.980.613.6796.0820
Hex648205C623D46014
Octal144102013414275414024
Binary1100100100010010111001100010111101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640802; }

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

 H1.HeaderClassName
 {
   color: #640802;
 }
 .AnyTagClassName
 {
   color: #640802;
 }
</style>
background-color css

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

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

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

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

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

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