#64020A

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

Shades of Burgundy #64020A

Tints of Burgundy #64020A

Color information

#64020A (or 0x64020A) is unknown color: approx Burgundy. HEX triplet: 64, 02 and 0A. RGB value is (100,2,10). Sum of RGB (Red+Green+Blue) = 100+2+10=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020A is #9BFDF5. Grayscale: #202020. Windows color (decimal): -10223094 or 655972. OLE color: 655972.

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

Color convert

RGB100210-
CMYK00.980.900.61
HSL355.1º96.08%20%-
HSV(B)355.1º98%39.22%-
XYZ5.332.770.54-
YUV32.21115.47176.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 89.29%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=89.29%
G=1.79%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10021000.980.900.61355.196.0820
Hex642A0625A3D1636014
Octal14421201421327554314024
Binary1100100101010011000101011010111101101100011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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