#660114

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

Shades of Burgundy #660114

Tints of Burgundy #660114

Color information

#660114 (or 0x660114) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 14. RGB value is (102,1,20). Sum of RGB (Red+Green+Blue) = 102+1+20=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660114 is #99FEEB. Grayscale: #212121. Windows color (decimal): -10092268 or 1311078. OLE color: 1311078.

HSL color Cylindrical-coordinate representation of color #660114: hue angle of 348.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660114 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB102120-
CMYK00.990.800.6
HSL348.71º98.06%20.2%-
HSV(B)348.71º99.02%40%-
XYZ5.622.90.92-
YUV33.36120.46176.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=82.93%
G=0.81%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212000.990.800.6348.7198.0620.2
Hex66114063503C15d6214
Octal14612401431207453514224
Binary1100110110100011000111010000111100101011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660114; }

 p { color: rgb(102,1,20); }

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

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

 a { background-color: rgb(102,1,20); }

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

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

 span { border-color: rgb(102,1,20); }

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