#660019

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

Shades of Burgundy #660019

Tints of Burgundy #660019

Color information

#660019 (or 0x660019) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 19. RGB value is (102,0,25). Sum of RGB (Red+Green+Blue) = 102+0+25=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660019 is #99FFE6. Grayscale: #212121. Windows color (decimal): -10092519 or 1638502. OLE color: 1638502.

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

Color convert

RGB102025-
CMYK010.750.6
HSL345.29º100%20%-
HSV(B)345.29º100%40%-
XYZ5.652.891.18-
YUV33.35123.29176.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=80.31%
G=0%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102025010.750.6345.2910020
Hex660190644B3C1596414
Octal14603101441137453114424
Binary1100110011001011001001001011111100101011001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660019; }

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

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

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

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

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

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

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

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