#740A20

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

Shades of Burgundy #740A20

Tints of Burgundy #740A20

Color information

#740A20 (or 0x740A20) is unknown color: approx Burgundy. HEX triplet: 74, 0A and 20. RGB value is (116,10,32). Sum of RGB (Red+Green+Blue) = 116+10+32=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #740A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A20 is #8BF5DF. Grayscale: #2C2C2C. Windows color (decimal): -9172448 or 2099828. OLE color: 2099828.

HSL color Cylindrical-coordinate representation of color #740A20: hue angle of 347.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A20 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1161032-
CMYK00.910.720.55
HSL347.55º84.13%24.71%-
HSV(B)347.55º91.38%45.49%-
XYZ7.574.031.75-
YUV44.2121.12179.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=73.42%
G=6.33%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116103200.910.720.55347.5584.1324.71
Hex74A2005B483715c5419
Octal164124001331106753412431
Binary11101001010100000010110111001000110111101011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A20; }

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

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

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

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

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

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

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

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