#660018

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

Shades of Burgundy #660018

Tints of Burgundy #660018

Color information

#660018 (or 0x660018) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 18. RGB value is (102,0,24). Sum of RGB (Red+Green+Blue) = 102+0+24=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660018 is #99FFE7. Grayscale: #212121. Windows color (decimal): -10092520 or 1572966. OLE color: 1572966.

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

Color convert

RGB102024-
CMYK010.760.6
HSL345.88º100%20%-
HSV(B)345.88º100%40%-
XYZ5.642.891.12-
YUV33.23122.79177.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=80.95%
G=0%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102024010.760.6345.8810020
Hex660180644C3C15a6414
Octal14603001441147453214424
Binary1100110011000011001001001100111100101011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660018; }

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

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

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

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

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

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

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

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