#66021F

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

Shades of Burgundy #66021F

Tints of Burgundy #66021F

Color information

#66021F (or 0x66021F) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 1F. RGB value is (102,2,31). Sum of RGB (Red+Green+Blue) = 102+2+31=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021F is #99FDE0. Grayscale: #232323. Windows color (decimal): -10092001 or 2032230. OLE color: 2032230.

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

Color convert

RGB102231-
CMYK00.980.700.6
HSL342.6º96.15%20.39%-
HSV(B)342.6º98.04%40%-
XYZ5.752.971.57-
YUV35.21125.63175.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=75.56%
G=1.48%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10223100.980.700.6342.696.1520.39
Hex6621F062463C1576014
Octal14623701421067452714024
Binary11001101011111011000101000110111100101010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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