#64020E

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

Shades of Burgundy #64020E

Tints of Burgundy #64020E

Color information

#64020E (or 0x64020E) is unknown color: approx Burgundy. HEX triplet: 64, 02 and 0E. RGB value is (100,2,14). Sum of RGB (Red+Green+Blue) = 100+2+14=116 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.21% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 100 - color contains mainly: red. Hex color #64020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020E is #9BFDF1. Grayscale: #202020. Windows color (decimal): -10223090 or 918116. OLE color: 918116.

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

Color convert

RGB100214-
CMYK00.980.860.61
HSL352.65º96.08%20%-
HSV(B)352.65º98%39.22%-
XYZ5.362.780.67-
YUV32.67117.47176.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 86.21%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=86.21%
G=1.72%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10021400.980.860.61352.6596.0820
Hex642E062563D1616014
Octal14421601421267554114024
Binary1100100101110011000101010110111101101100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64020E; }

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

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

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

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

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

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

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

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