#64011E

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

Shades of Burgundy #64011E

Tints of Burgundy #64011E

Color information

#64011E (or 0x64011E) is unknown color: approx Burgundy. HEX triplet: 64, 01 and 1E. RGB value is (100,1,30). Sum of RGB (Red+Green+Blue) = 100+1+30=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64011E is #9BFEE1. Grayscale: #212121. Windows color (decimal): -10223330 or 1966436. OLE color: 1966436.

HSL color Cylindrical-coordinate representation of color #64011E: hue angle of 342.42º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64011E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB100130-
CMYK00.990.700.61
HSL342.42º98.02%19.8%-
HSV(B)342.42º99%39.22%-
XYZ5.52.821.48-
YUV33.91125.8175.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 76.34%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=76.34%
G=0.76%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10013000.990.700.61342.4298.0219.8
Hex6411E063463D1566214
Octal14413601431067552614224
Binary1100100111110011000111000110111101101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,30); }

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

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

 a { background-color: rgb(100,1,30); }

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

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

 span { border-color: rgb(100,1,30); }

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