#660004

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

Shades of Burgundy #660004

Tints of Burgundy #660004

Color information

#660004 (or 0x660004) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 04. RGB value is (102,0,4). Sum of RGB (Red+Green+Blue) = 102+0+4=106 (14% of max value = 765). Red value is 102 (40.23% from 255 or 96.23% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 102 - color contains mainly: red. Hex color #660004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660004 is #99FFFB. Grayscale: #1F1F1F. Windows color (decimal): -10092540 or 262246. OLE color: 262246.

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

Color convert

RGB10204-
CMYK010.960.6
HSL357.65º100%20%-
HSV(B)357.65º100%40%-
XYZ5.52.830.37-
YUV30.95112.79178.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 96.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=96.23%
G=0%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10204010.960.6357.6510020
Hex6604064603C1666414
Octal1460401441407454614424
Binary11001100100011001001100000111100101100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660004; }

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

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

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

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

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

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

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

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