#660007

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

Shades of Burgundy #660007

Tints of Burgundy #660007

Color information

#660007 (or 0x660007) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 07. RGB value is (102,0,7). Sum of RGB (Red+Green+Blue) = 102+0+7=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660007 is #99FFF8. Grayscale: #1F1F1F. Windows color (decimal): -10092537 or 458854. OLE color: 458854.

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

Color convert

RGB10207-
CMYK010.930.6
HSL355.88º100%20%-
HSV(B)355.88º100%40%-
XYZ5.522.840.46-
YUV31.3114.29178.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 93.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=93.58%
G=0%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10207010.930.6355.8810020
Hex66070645D3C1646414
Octal1460701441357454414424
Binary11001100111011001001011101111100101100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660007; }

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

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

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

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

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

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

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

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