#64000C

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

Shades of Burgundy #64000C

Tints of Burgundy #64000C

Color information

#64000C (or 0x64000C) is unknown color: approx Burgundy. HEX triplet: 64, 00 and 0C. RGB value is (100,0,12). Sum of RGB (Red+Green+Blue) = 100+0+12=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000C is #9BFFF3. Grayscale: #1F1F1F. Windows color (decimal): -10223604 or 786532. OLE color: 786532.

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

Color convert

RGB100012-
CMYK010.880.61
HSL352.8º100%19.61%-
HSV(B)352.8º100%39.22%-
XYZ5.322.740.6-
YUV31.27117.13177.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 89.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=89.29%
G=0%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100012010.880.61352.810019.61
Hex640C064583D1616414
Octal14401401441307554114424
Binary110010001100011001001011000111101101100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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