Html Css Color HEX #640504 Maroon

📋 copy color: '#640504'

red 100 ◦ green 5 ◦ blue 4

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

Shades of Maroon #640504

Tints of Maroon #640504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 91.74%
G = 4.59%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640504 (or 0x640504) is known color: Maroon. HEX triplet: 64, 05 and 04. RGB value is (100,5,4). Sum of RGB (Red+Green+Blue) = 100+5+4=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640504 is #9BFAFB. Grayscale: #212121. Windows color (decimal): -10222332 or 263524. OLE color: 263524.

HSL color Cylindrical-coordinate representation of color #640504: hue angle of 0.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 4 -
CMYK 0 0.95 0.96 0.61
HSL 0.63º 0.92% 0.2% -
HSV(B) 0.63º 0.96% 0.39% -
XYZ 5.33 2.83 0.38 -
YUV 33.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 100 5 4 0 0.95 0.96 0.61 0.63 0.92 0.2
Hex 64 5 4 0 5F 60 3D 1 5C 14
Octal 144 5 4 0 137 140 75 1 134 24
Binary 1100100 101 100 0 1011111 1100000 111101 1 1011100 10100

Color Harmonies of #640504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640504

Black with #640504

Text Example


Text Example

White with #640504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640504; }

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

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

background-color css

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

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

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

border-color css

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

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

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