#660015

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

Shades of Burgundy #660015

Tints of Burgundy #660015

Color information

#660015 (or 0x660015) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 15. RGB value is (102,0,21). Sum of RGB (Red+Green+Blue) = 102+0+21=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660015 is #99FFEA. Grayscale: #202020. Windows color (decimal): -10092523 or 1376358. OLE color: 1376358.

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

Color convert

RGB102021-
CMYK010.790.6
HSL347.65º100%20%-
HSV(B)347.65º100%40%-
XYZ5.612.880.97-
YUV32.89121.29177.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=82.93%
G=0%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102021010.790.6347.6510020
Hex660150644F3C15c6414
Octal14602501441177453414424
Binary1100110010101011001001001111111100101011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660015; }

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

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

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

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

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

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

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

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