#740820

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

Shades of Burgundy #740820

Tints of Burgundy #740820

Color information

#740820 (or 0x740820) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 20. RGB value is (116,8,32). Sum of RGB (Red+Green+Blue) = 116+8+32=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740820 is #8BF7DF. Grayscale: #2B2B2B. Windows color (decimal): -9172960 or 2099316. OLE color: 2099316.

HSL color Cylindrical-coordinate representation of color #740820: hue angle of 346.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740820 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB116832-
CMYK00.930.720.55
HSL346.67º87.1%24.31%-
HSV(B)346.67º93.1%45.49%-
XYZ7.553.991.74-
YUV43.03121.78180.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.36%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=74.36%
G=5.13%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11683200.930.720.55346.6787.124.31
Hex7482005D483715b5718
Octal164104001351106753312730
Binary11101001000100000010111011001000110111101011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740820; }

 p { color: rgb(116,8,32); }

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

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

 a { background-color: rgb(116,8,32); }

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

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

 span { border-color: rgb(116,8,32); }

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