#66021E

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

Shades of Burgundy #66021E

Tints of Burgundy #66021E

Color information

#66021E (or 0x66021E) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 1E. RGB value is (102,2,30). Sum of RGB (Red+Green+Blue) = 102+2+30=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021E is #99FDE1. Grayscale: #232323. Windows color (decimal): -10092002 or 1966694. OLE color: 1966694.

HSL color Cylindrical-coordinate representation of color #66021E: hue angle of 343.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66021E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB102230-
CMYK00.980.710.6
HSL343.2º96.15%20.39%-
HSV(B)343.2º98.04%40%-
XYZ5.742.961.5-
YUV35.09125.13175.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=76.12%
G=1.49%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223000.980.710.6343.296.1520.39
Hex6621E062473C1576014
Octal14623601421077452714024
Binary11001101011110011000101000111111100101010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66021E; }

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

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

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

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

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

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

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

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