#660107

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

Shades of Burgundy #660107

Tints of Burgundy #660107

Color information

#660107 (or 0x660107) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 07. RGB value is (102,1,7). Sum of RGB (Red+Green+Blue) = 102+1+7=110 (14% of max value = 765). Red value is 102 (40.23% from 255 or 92.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 102 - color contains mainly: red. Hex color #660107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660107 is #99FEF8. Grayscale: #1F1F1F. Windows color (decimal): -10092281 or 459110. OLE color: 459110.

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

Color convert

RGB10217-
CMYK00.990.930.6
HSL356.44º98.06%20.2%-
HSV(B)356.44º99.02%40%-
XYZ5.532.860.46-
YUV31.88113.96178.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 92.73%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=92.73%
G=0.91%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021700.990.930.6356.4498.0620.2
Hex66170635D3C1646214
Octal1461701431357454414224
Binary11001101111011000111011101111100101100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660107; }

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

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

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

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

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

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

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

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