Html Css Color HEX #640223 Burgundy

📋 copy color: '#640223'

red 100 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #640223

Tints of Burgundy #640223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 72.99%
G = 1.46%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#640223 (or 0x640223) is known color: Burgundy. HEX triplet: 64, 02 and 23. RGB value is (100,2,35). Sum of RGB (Red+Green+Blue) = 100+2+35=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #640223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640223 is #9BFDDC. Grayscale: #232323. Windows color (decimal): -10223069 or 2294372. OLE color: 2294372.

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

Color convert

RGB 100 2 35 -
CMYK 0 0.98 0.65 0.61
HSL 339.8º 0.96% 0.2% -
HSV(B) 339.8º 0.98% 0.39% -
XYZ 5.58 2.87 1.85 -
YUV 35.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 100 2 35 0 0.98 0.65 0.61 339.8 0.96 0.2
Hex 64 2 23 0 62 41 3D 154 60 14
Octal 144 2 43 0 142 101 75 524 140 24
Binary 1100100 10 100011 0 1100010 1000001 111101 101010100 1100000 10100

Color Harmonies of #640223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640223

Black with #640223

Text Example


Text Example

White with #640223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640223; }

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

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

background-color css

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

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

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

border-color css

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

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

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