#660121

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

Shades of Burgundy #660121

Tints of Burgundy #660121

Color information

#660121 (or 0x660121) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 21. RGB value is (102,1,33). Sum of RGB (Red+Green+Blue) = 102+1+33=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660121 is #99FEDE. Grayscale: #222222. Windows color (decimal): -10092255 or 2163046. OLE color: 2163046.

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

Color convert

RGB102133-
CMYK00.990.680.6
HSL340.99º98.06%20.2%-
HSV(B)340.99º99.02%40%-
XYZ5.762.961.71-
YUV34.85126.96175.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=75%
G=0.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10213300.990.680.6340.9998.0620.2
Hex66121063443C1556214
Octal14614101431047452514224
Binary11001101100001011000111000100111100101010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660121; }

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

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

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

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

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

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

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

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