Html Css Color HEX #640C05 Maroon

📋 copy color: '#640C05'

red 100 ◦ green 12 ◦ blue 5

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

Shades of Maroon #640C05

Tints of Maroon #640C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.26%

 BLUE value IS 5 (2.34% from 255) = 4.27%

R = 85.47%
G = 10.26%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#640C05 (or 0x640C05) is known color: Maroon. HEX triplet: 64, 0C and 05. RGB value is (100,12,5). Sum of RGB (Red+Green+Blue) = 100+12+5=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #640C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640C05 is #9BF3FA. Grayscale: #252525. Windows color (decimal): -10220539 or 330852. OLE color: 330852.

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

Color convert

RGB 100 12 5 -
CMYK 0 0.88 0.95 0.61
HSL 4.42º 0.9% 0.21% -
HSV(B) 4.42º 0.95% 0.39% -
XYZ 5.41 2.98 0.43 -
YUV 37.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 100 12 5 0 0.88 0.95 0.61 4.42 0.9 0.21
Hex 64 C 5 0 58 5F 3D 4 5A 15
Octal 144 14 5 0 130 137 75 4 132 25
Binary 1100100 1100 101 0 1011000 1011111 111101 100 1011010 10101

Color Harmonies of #640C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C05

Black with #640C05

Text Example


Text Example

White with #640C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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