#660306

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

Shades of Burgundy #660306

Tints of Burgundy #660306

Color information

#660306 (or 0x660306) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 06. RGB value is (102,3,6). Sum of RGB (Red+Green+Blue) = 102+3+6=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660306 is #99FCF9. Grayscale: #212121. Windows color (decimal): -10091770 or 394086. OLE color: 394086.

HSL color Cylindrical-coordinate representation of color #660306: hue angle of 358.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB10236-
CMYK00.970.940.6
HSL358.18º94.29%20.59%-
HSV(B)358.18º97.06%40%-
XYZ5.542.90.44-
YUV32.94112.8177.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 91.89%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=91.89%
G=2.70%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023600.970.940.6358.1894.2920.59
Hex66360615E3C1665e15
Octal1463601411367454613625
Binary110011011110011000011011110111100101100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660306; }

 p { color: rgb(102,3,6); }

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

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

 a { background-color: rgb(102,3,6); }

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

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

 span { border-color: rgb(102,3,6); }

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