#660013

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

Shades of Burgundy #660013

Tints of Burgundy #660013

Color information

#660013 (or 0x660013) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 13. RGB value is (102,0,19). Sum of RGB (Red+Green+Blue) = 102+0+19=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660013 is #99FFEC. Grayscale: #202020. Windows color (decimal): -10092525 or 1245286. OLE color: 1245286.

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

Color convert

RGB102019-
CMYK010.810.6
HSL348.82º100%20%-
HSV(B)348.82º100%40%-
XYZ5.62.870.88-
YUV32.66120.29177.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=84.30%
G=0%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102019010.810.6348.8210020
Hex66013064513C15d6414
Octal14602301441217453514424
Binary1100110010011011001001010001111100101011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660013; }

 p { color: rgb(102,0,19); }

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

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

 a { background-color: rgb(102,0,19); }

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

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

 span { border-color: rgb(102,0,19); }

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