Html Css Color HEX #640022 Burgundy

📋 copy color: '#640022'

red 100 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #640022

Tints of Burgundy #640022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 74.63%
G = 0%
B = 25.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#640022 (or 0x640022) is known color: Burgundy. HEX triplet: 64, 00 and 22. RGB value is (100,0,34). Sum of RGB (Red+Green+Blue) = 100+0+34=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #640022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640022 is #9BFFDD. Grayscale: #212121. Windows color (decimal): -10223582 or 2228324. OLE color: 2228324.

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

Color convert

RGB 100 0 34 -
CMYK 0 1 0.66 0.61
HSL 339.6º 1% 0.2% -
HSV(B) 339.6º 1% 0.39% -
XYZ 5.54 2.82 1.77 -
YUV 33.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 100 0 34 0 1 0.66 0.61 339.6 1 0.2
Hex 64 0 22 0 64 42 3D 154 64 14
Octal 144 0 42 0 144 102 75 524 144 24
Binary 1100100 0 100010 0 1100100 1000010 111101 101010100 1100100 10100

Color Harmonies of #640022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640022

Black with #640022

Text Example


Text Example

White with #640022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640022; }

 p { color: rgb(100,0,34); }

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

background-color css

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

 a { background-color: rgb(100,0,34); }

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

border-color css

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

 span { border-color: rgb(100,0,34); }

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