Html Css Color HEX #640118 Burgundy

📋 copy color: '#640118'

red 100 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #640118

Tints of Burgundy #640118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 80%
G = 0.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#640118 (or 0x640118) is known color: Burgundy. HEX triplet: 64, 01 and 18. RGB value is (100,1,24). Sum of RGB (Red+Green+Blue) = 100+1+24=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #640118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640118 is #9BFEE7. Grayscale: #212121. Windows color (decimal): -10223336 or 1573220. OLE color: 1573220.

HSL color Cylindrical-coordinate representation of color #640118: hue angle of 346.06º 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 #640118 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 24 -
CMYK 0 0.99 0.76 0.61
HSL 346.06º 0.98% 0.2% -
HSV(B) 346.06º 0.99% 0.39% -
XYZ 5.43 2.8 1.12 -
YUV 33.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 100 1 24 0 0.99 0.76 0.61 346.06 0.98 0.2
Hex 64 1 18 0 63 4C 3D 15A 62 14
Octal 144 1 30 0 143 114 75 532 142 24
Binary 1100100 1 11000 0 1100011 1001100 111101 101011010 1100010 10100

Color Harmonies of #640118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640118

Black with #640118

Text Example


Text Example

White with #640118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640118; }

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

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

background-color css

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

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

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

border-color css

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

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

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