#660002

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

Shades of Burgundy #660002

Tints of Burgundy #660002

Color information

#660002 (or 0x660002) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 02. RGB value is (102,0,2). Sum of RGB (Red+Green+Blue) = 102+0+2=104 (13% of max value = 765). Red value is 102 (40.23% from 255 or 98.08% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 102 - color contains mainly: red. Hex color #660002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660002 is #99FFFD. Grayscale: #1E1E1E. Windows color (decimal): -10092542 or 131174. OLE color: 131174.

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

Color convert

RGB10202-
CMYK010.980.6
HSL358.82º100%20%-
HSV(B)358.82º100%40%-
XYZ5.492.830.31-
YUV30.73111.79178.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 98.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=98.08%
G=0%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10202010.980.6358.8210020
Hex6602064623C1676414
Octal1460201441427454714424
Binary1100110010011001001100010111100101100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660002; }

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

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

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

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

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

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

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

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