#66000E

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

Shades of Burgundy #66000E

Tints of Burgundy #66000E

Color information

#66000E (or 0x66000E) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 0E. RGB value is (102,0,14). Sum of RGB (Red+Green+Blue) = 102+0+14=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #66000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66000E is #99FFF1. Grayscale: #202020. Windows color (decimal): -10092530 or 917606. OLE color: 917606.

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

Color convert

RGB102014-
CMYK010.860.6
HSL351.76º100%20%-
HSV(B)351.76º100%40%-
XYZ5.562.860.67-
YUV32.09117.79177.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=87.93%
G=0%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102014010.860.6351.7610020
Hex660E064563C1606414
Octal14601601441267454014424
Binary110011001110011001001010110111100101100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66000E; }

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

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

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

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

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

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

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

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