#66010E

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

Shades of Burgundy #66010E

Tints of Burgundy #66010E

Color information

#66010E (or 0x66010E) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 0E. RGB value is (102,1,14). Sum of RGB (Red+Green+Blue) = 102+1+14=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66010E is #99FEF1. Grayscale: #202020. Windows color (decimal): -10092274 or 917862. OLE color: 917862.

HSL color Cylindrical-coordinate representation of color #66010E: hue angle of 352.28º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66010E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB102114-
CMYK00.990.860.6
HSL352.28º98.06%20.2%-
HSV(B)352.28º99.02%40%-
XYZ5.572.880.68-
YUV32.68117.46177.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=87.18%
G=0.85%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211400.990.860.6352.2898.0620.2
Hex661E063563C1606214
Octal14611601431267454014224
Binary110011011110011000111010110111100101100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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