#660207

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

Shades of Burgundy #660207

Tints of Burgundy #660207

Color information

#660207 (or 0x660207) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 07. RGB value is (102,2,7). Sum of RGB (Red+Green+Blue) = 102+2+7=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660207 is #99FDF8. Grayscale: #202020. Windows color (decimal): -10092025 or 459366. OLE color: 459366.

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

Color convert

RGB10227-
CMYK00.980.930.6
HSL357º96.15%20.39%-
HSV(B)357º98.04%40%-
XYZ5.542.880.47-
YUV32.47113.63177.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 91.89%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=91.89%
G=1.80%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022700.980.930.635796.1520.39
Hex66270625D3C1656014
Octal1462701421357454514024
Binary110011010111011000101011101111100101100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660207; }

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

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

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

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

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

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

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

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