#64021F

Color #64021F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #64021F

Tints of Burgundy #64021F

Color information

#64021F (or 0x64021F) is unknown color: approx Burgundy. HEX triplet: 64, 02 and 1F. RGB value is (100,2,31). Sum of RGB (Red+Green+Blue) = 100+2+31=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64021F is #9BFDE0. Grayscale: #222222. Windows color (decimal): -10223073 or 2032228. OLE color: 2032228.

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

Color convert

RGB100231-
CMYK00.980.690.61
HSL342.24º96.08%20%-
HSV(B)342.24º98%39.22%-
XYZ5.522.851.56-
YUV34.61125.97174.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.19%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=75.19%
G=1.50%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10023100.980.690.61342.2496.0820
Hex6421F062453D1566014
Octal14423701421057552614024
Binary11001001011111011000101000101111101101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64021F; }

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

 H1.HeaderClassName
 {
   color: #64021F;
 }
 .AnyTagClassName
 {
   color: #64021F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #64021F;
 }
 .BgClassName
 {
   background-color: #64021F;
 }
</style>
border-color css

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

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

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