#640C03

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

Shades of Maroon #640C03

Tints of Maroon #640C03

Color information

#640C03 (or 0x640C03) is unknown color: approx Maroon. HEX triplet: 64, 0C and 03. RGB value is (100,12,3). Sum of RGB (Red+Green+Blue) = 100+12+3=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #640C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640C03 is #9BF3FC. Grayscale: #252525. Windows color (decimal): -10220541 or 199780. OLE color: 199780.

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

Color convert

RGB100123-
CMYK00.880.970.61
HSL5.57º94.17%20.2%-
HSV(B)5.57º97%39.22%-
XYZ5.42.980.38-
YUV37.29108.65172.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.96%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=86.96%
G=10.43%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10012300.880.970.615.5794.1720.2
Hex64C3058613D65e14
Octal144143013014175613624
Binary1100100110011010110001100001111101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640C03; }

 p { color: rgb(100,12,3); }

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

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

 a { background-color: rgb(100,12,3); }

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

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

 span { border-color: rgb(100,12,3); }

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