Html Css Color HEX #640221 Burgundy

📋 copy color: '#640221'

red 100 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #640221

Tints of Burgundy #640221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 74.07%
G = 1.48%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#640221 (or 0x640221) is known color: Burgundy. HEX triplet: 64, 02 and 21. RGB value is (100,2,33). Sum of RGB (Red+Green+Blue) = 100+2+33=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #640221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640221 is #9BFDDE. Grayscale: #222222. Windows color (decimal): -10223071 or 2163300. OLE color: 2163300.

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

Color convert

RGB 100 2 33 -
CMYK 0 0.98 0.67 0.61
HSL 341.02º 0.96% 0.2% -
HSV(B) 341.02º 0.98% 0.39% -
XYZ 5.55 2.86 1.7 -
YUV 34.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 100 2 33 0 0.98 0.67 0.61 341.02 0.96 0.2
Hex 64 2 21 0 62 43 3D 155 60 14
Octal 144 2 41 0 142 103 75 525 140 24
Binary 1100100 10 100001 0 1100010 1000011 111101 101010101 1100000 10100

Color Harmonies of #640221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640221

Black with #640221

Text Example


Text Example

White with #640221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640221; }

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

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

background-color css

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

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

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

border-color css

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

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

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