#66001E

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

Shades of Burgundy #66001E

Tints of Burgundy #66001E

Color information

#66001E (or 0x66001E) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 1E. RGB value is (102,0,30). Sum of RGB (Red+Green+Blue) = 102+0+30=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001E is #99FFE1. Grayscale: #212121. Windows color (decimal): -10092514 or 1966182. OLE color: 1966182.

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

Color convert

RGB102030-
CMYK010.710.6
HSL342.35º100%20%-
HSV(B)342.35º100%40%-
XYZ5.712.921.49-
YUV33.92125.79176.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=77.27%
G=0%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102030010.710.6342.3510020
Hex6601E064473C1566414
Octal14603601441077452614424
Binary1100110011110011001001000111111100101010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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