#660020

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

Shades of Burgundy #660020

Tints of Burgundy #660020

Color information

#660020 (or 0x660020) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 20. RGB value is (102,0,32). Sum of RGB (Red+Green+Blue) = 102+0+32=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #660020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660020 is #99FFDF. Grayscale: #222222. Windows color (decimal): -10092512 or 2097254. OLE color: 2097254.

HSL color Cylindrical-coordinate representation of color #660020: hue angle of 341.18º 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 #660020 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB102032-
CMYK010.690.6
HSL341.18º100%20%-
HSV(B)341.18º100%40%-
XYZ5.742.931.63-
YUV34.15126.79176.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=76.12%
G=0%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102032010.690.6341.1810020
Hex66020064453C1556414
Octal14604001441057452514424
Binary11001100100000011001001000101111100101010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660020; }

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

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

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

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

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

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

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

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