Html Css Color HEX #640C03 Maroon

📋 copy color: '#640C03'

red 100 ◦ green 12 ◦ blue 3

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

Shades of Maroon #640C03

Tints of Maroon #640C03

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 value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#640C03 (or 0x640C03) is known color: 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

RGB 100 12 3 -
CMYK 0 0.88 0.97 0.61
HSL 5.57º 0.94% 0.2% -
HSV(B) 5.57º 0.97% 0.39% -
XYZ 5.4 2.98 0.38 -
YUV 37.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 100 12 3 0 0.88 0.97 0.61 5.57 0.94 0.2
Hex 64 C 3 0 58 61 3D 6 5E 14
Octal 144 14 3 0 130 141 75 6 136 24
Binary 1100100 1100 11 0 1011000 1100001 111101 110 1011110 10100

Color Harmonies of #640C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C03

Black with #640C03

Text Example


Text Example

White with #640C03

Text Example


Text Example

HTML Codes & Css Web 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>