#64020C

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

Shades of Burgundy #64020C

Tints of Burgundy #64020C

Color information

#64020C (or 0x64020C) is unknown color: approx Burgundy. HEX triplet: 64, 02 and 0C. RGB value is (100,2,12). Sum of RGB (Red+Green+Blue) = 100+2+12=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020C is #9BFDF3. Grayscale: #202020. Windows color (decimal): -10223092 or 787044. OLE color: 787044.

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

Color convert

RGB100212-
CMYK00.980.880.61
HSL353.88º96.08%20%-
HSV(B)353.88º98%39.22%-
XYZ5.342.780.6-
YUV32.44116.47176.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 87.72%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=87.72%
G=1.75%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10021200.980.880.61353.8896.0820
Hex642C062583D1626014
Octal14421401421307554214024
Binary1100100101100011000101011000111101101100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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