#660122

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

Shades of Burgundy #660122

Tints of Burgundy #660122

Color information

#660122 (or 0x660122) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 22. RGB value is (102,1,34). Sum of RGB (Red+Green+Blue) = 102+1+34=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660122 is #99FEDD. Grayscale: #222222. Windows color (decimal): -10092254 or 2228582. OLE color: 2228582.

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

Color convert

RGB102134-
CMYK00.990.670.6
HSL340.4º98.06%20.2%-
HSV(B)340.4º99.02%40%-
XYZ5.782.961.78-
YUV34.96127.46175.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=74.45%
G=0.73%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10213400.990.670.6340.498.0620.2
Hex66122063433C1546214
Octal14614201431037452414224
Binary11001101100010011000111000011111100101010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660122; }

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

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

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

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

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

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

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

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