#66041F

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

Shades of Burgundy #66041F

Tints of Burgundy #66041F

Color information

#66041F (or 0x66041F) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 1F. RGB value is (102,4,31). Sum of RGB (Red+Green+Blue) = 102+4+31=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041F is #99FBE0. Grayscale: #242424. Windows color (decimal): -10091489 or 2032742. OLE color: 2032742.

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

Color convert

RGB102431-
CMYK00.960.700.6
HSL343.47º92.45%20.78%-
HSV(B)343.47º96.08%40%-
XYZ5.773.011.57-
YUV36.38124.97174.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=74.45%
G=2.92%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10243100.960.700.6343.4792.4520.78
Hex6641F060463C1575c15
Octal14643701401067452713425
Binary110011010011111011000001000110111100101010111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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