Html Css Color HEX #640124 Burgundy

📋 copy color: '#640124'

red 100 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #640124

Tints of Burgundy #640124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 72.99%
G = 0.73%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#640124 (or 0x640124) is known color: Burgundy. HEX triplet: 64, 01 and 24. RGB value is (100,1,36). Sum of RGB (Red+Green+Blue) = 100+1+36=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #640124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640124 is #9BFEDB. Grayscale: #222222. Windows color (decimal): -10223324 or 2359652. OLE color: 2359652.

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

Color convert

RGB 100 1 36 -
CMYK 0 0.99 0.64 0.61
HSL 338.79º 0.98% 0.2% -
HSV(B) 338.79º 0.99% 0.39% -
XYZ 5.58 2.86 1.93 -
YUV 34.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 100 1 36 0 0.99 0.64 0.61 338.79 0.98 0.2
Hex 64 1 24 0 63 40 3D 153 62 14
Octal 144 1 44 0 143 100 75 523 142 24
Binary 1100100 1 100100 0 1100011 1000000 111101 101010011 1100010 10100

Color Harmonies of #640124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640124

Black with #640124

Text Example


Text Example

White with #640124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640124; }

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

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

background-color css

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

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

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

border-color css

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

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

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