Html Css Color HEX #640112 Burgundy

📋 copy color: '#640112'

red 100 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #640112

Tints of Burgundy #640112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 84.03%
G = 0.84%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#640112 (or 0x640112) is known color: Burgundy. HEX triplet: 64, 01 and 12. RGB value is (100,1,18). Sum of RGB (Red+Green+Blue) = 100+1+18=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #640112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640112 is #9BFEED. Grayscale: #202020. Windows color (decimal): -10223342 or 1180004. OLE color: 1180004.

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

Color convert

RGB 100 1 18 -
CMYK 0 0.99 0.82 0.61
HSL 349.7º 0.98% 0.2% -
HSV(B) 349.7º 0.99% 0.39% -
XYZ 5.38 2.77 0.82 -
YUV 32.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 100 1 18 0 0.99 0.82 0.61 349.7 0.98 0.2
Hex 64 1 12 0 63 52 3D 15E 62 14
Octal 144 1 22 0 143 122 75 536 142 24
Binary 1100100 1 10010 0 1100011 1010010 111101 101011110 1100010 10100

Color Harmonies of #640112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640112

Black with #640112

Text Example


Text Example

White with #640112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640112; }

 p { color: rgb(100,1,18); }

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

background-color css

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

 a { background-color: rgb(100,1,18); }

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

border-color css

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

 span { border-color: rgb(100,1,18); }

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