#66001C

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

Shades of Burgundy #66001C

Tints of Burgundy #66001C

Color information

#66001C (or 0x66001C) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 1C. RGB value is (102,0,28). Sum of RGB (Red+Green+Blue) = 102+0+28=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001C is #99FFE3. Grayscale: #212121. Windows color (decimal): -10092516 or 1835110. OLE color: 1835110.

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

Color convert

RGB102028-
CMYK010.730.6
HSL343.53º100%20%-
HSV(B)343.53º100%40%-
XYZ5.692.911.36-
YUV33.69124.79176.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=78.46%
G=0%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102028010.730.6343.5310020
Hex6601C064493C1586414
Octal14603401441117453014424
Binary1100110011100011001001001001111100101011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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