Html Css Color HEX #640213 Burgundy

📋 copy color: '#640213'

red 100 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #640213

Tints of Burgundy #640213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 82.64%
G = 1.65%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#640213 (or 0x640213) is known color: Burgundy. HEX triplet: 64, 02 and 13. RGB value is (100,2,19). Sum of RGB (Red+Green+Blue) = 100+2+19=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #640213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640213 is #9BFDEC. Grayscale: #212121. Windows color (decimal): -10223085 or 1245796. OLE color: 1245796.

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

Color convert

RGB 100 2 19 -
CMYK 0 0.98 0.81 0.61
HSL 349.59º 0.96% 0.2% -
HSV(B) 349.59º 0.98% 0.39% -
XYZ 5.39 2.8 0.87 -
YUV 33.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 100 2 19 0 0.98 0.81 0.61 349.59 0.96 0.2
Hex 64 2 13 0 62 51 3D 15E 60 14
Octal 144 2 23 0 142 121 75 536 140 24
Binary 1100100 10 10011 0 1100010 1010001 111101 101011110 1100000 10100

Color Harmonies of #640213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640213

Black with #640213

Text Example


Text Example

White with #640213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640213; }

 p { color: rgb(100,2,19); }

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

background-color css

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

 a { background-color: rgb(100,2,19); }

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

border-color css

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

 span { border-color: rgb(100,2,19); }

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