Html Css Color HEX #640012 Burgundy

📋 copy color: '#640012'

red 100 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #640012

Tints of Burgundy #640012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.75%
G = 0%
B = 15.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#640012 (or 0x640012) is known color: Burgundy. HEX triplet: 64, 00 and 12. RGB value is (100,0,18). Sum of RGB (Red+Green+Blue) = 100+0+18=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640012 is #9BFFED. Grayscale: #1F1F1F. Windows color (decimal): -10223598 or 1179748. OLE color: 1179748.

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

Color convert

RGB 100 0 18 -
CMYK 0 1 0.82 0.61
HSL 349.2º 1% 0.2% -
HSV(B) 349.2º 1% 0.39% -
XYZ 5.36 2.75 0.82 -
YUV 31.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 100 0 18 0 1 0.82 0.61 349.2 1 0.2
Hex 64 0 12 0 64 52 3D 15D 64 14
Octal 144 0 22 0 144 122 75 535 144 24
Binary 1100100 0 10010 0 1100100 1010010 111101 101011101 1100100 10100

Color Harmonies of #640012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640012

Black with #640012

Text Example


Text Example

White with #640012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640012; }

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

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

background-color css

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

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

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

border-color css

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

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

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