#660311

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

Shades of Burgundy #660311

Tints of Burgundy #660311

Color information

#660311 (or 0x660311) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 11. RGB value is (102,3,17). Sum of RGB (Red+Green+Blue) = 102+3+17=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660311 is #99FCEE. Grayscale: #222222. Windows color (decimal): -10091759 or 1114982. OLE color: 1114982.

HSL color Cylindrical-coordinate representation of color #660311: hue angle of 351.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660311 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB102317-
CMYK00.970.830.6
HSL351.52º94.29%20.59%-
HSV(B)351.52º97.06%40%-
XYZ5.612.930.8-
YUV34.2118.3176.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=83.61%
G=2.46%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10231700.970.830.6351.5294.2920.59
Hex66311061533C1605e15
Octal14632101411237454013625
Binary11001101110001011000011010011111100101100000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660311; }

 p { color: rgb(102,3,17); }

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

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

 a { background-color: rgb(102,3,17); }

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

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

 span { border-color: rgb(102,3,17); }

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