#66041E

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

Shades of Burgundy #66041E

Tints of Burgundy #66041E

Color information

#66041E (or 0x66041E) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 1E. RGB value is (102,4,30). Sum of RGB (Red+Green+Blue) = 102+4+30=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041E is #99FBE1. Grayscale: #242424. Windows color (decimal): -10091490 or 1967206. OLE color: 1967206.

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

Color convert

RGB102430-
CMYK00.960.710.6
HSL344.08º92.45%20.78%-
HSV(B)344.08º96.08%40%-
XYZ5.763.011.5-
YUV36.27124.47174.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=75%
G=2.94%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10243000.960.710.6344.0892.4520.78
Hex6641E060473C1585c15
Octal14643601401077453013425
Binary110011010011110011000001000111111100101011000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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