#660102

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

Shades of Burgundy #660102

Tints of Burgundy #660102

Color information

#660102 (or 0x660102) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 02. RGB value is (102,1,2). Sum of RGB (Red+Green+Blue) = 102+1+2=105 (13% of max value = 765). Red value is 102 (40.23% from 255 or 97.14% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 102 - color contains mainly: red. Hex color #660102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660102 is #99FEFD. Grayscale: #1F1F1F. Windows color (decimal): -10092286 or 131430. OLE color: 131430.

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

Color convert

RGB10212-
CMYK00.990.980.6
HSL359.41º98.06%20.2%-
HSV(B)359.41º99.02%40%-
XYZ5.52.850.32-
YUV31.31111.46178.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 97.14%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=97.14%
G=0.95%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021200.990.980.6359.4198.0620.2
Hex6612063623C1676214
Octal1461201431427454714224
Binary1100110110011000111100010111100101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660102; }

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

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

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

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

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

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

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

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