#66031F

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

Shades of Burgundy #66031F

Tints of Burgundy #66031F

Color information

#66031F (or 0x66031F) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 1F. RGB value is (102,3,31). Sum of RGB (Red+Green+Blue) = 102+3+31=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031F is #99FCE0. Grayscale: #232323. Windows color (decimal): -10091745 or 2032486. OLE color: 2032486.

HSL color Cylindrical-coordinate representation of color #66031F: hue angle of 343.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66031F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB102331-
CMYK00.970.700.6
HSL343.03º94.29%20.59%-
HSV(B)343.03º97.06%40%-
XYZ5.762.991.57-
YUV35.79125.3175.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=75%
G=2.21%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10233100.970.700.6343.0394.2920.59
Hex6631F061463C1575e15
Octal14633701411067452713625
Binary11001101111111011000011000110111100101010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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