#660307

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

Shades of Burgundy #660307

Tints of Burgundy #660307

Color information

#660307 (or 0x660307) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 07. RGB value is (102,3,7). Sum of RGB (Red+Green+Blue) = 102+3+7=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660307 is #99FCF8. Grayscale: #212121. Windows color (decimal): -10091769 or 459622. OLE color: 459622.

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

Color convert

RGB10237-
CMYK00.970.930.6
HSL357.58º94.29%20.59%-
HSV(B)357.58º97.06%40%-
XYZ5.552.910.47-
YUV33.06113.3177.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 91.07%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=91.07%
G=2.68%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023700.970.930.6357.5894.2920.59
Hex66370615D3C1665e15
Octal1463701411357454613625
Binary110011011111011000011011101111100101100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660307; }

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

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

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

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

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

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

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

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