#740020

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

Shades of Burgundy #740020

Tints of Burgundy #740020

Color information

#740020 (or 0x740020) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 20. RGB value is (116,0,32). Sum of RGB (Red+Green+Blue) = 116+0+32=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #740020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740020 is #8BFFDF. Grayscale: #262626. Windows color (decimal): -9175008 or 2097268. OLE color: 2097268.

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

Color convert

RGB116032-
CMYK010.720.55
HSL343.45º100%22.75%-
HSV(B)343.45º100%45.49%-
XYZ7.463.821.71-
YUV38.33124.43183.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=78.38%
G=0%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116032010.720.55343.4510022.75
Hex7402006448371576417
Octal16404001441106752714427
Binary11101000100000011001001001000110111101010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740020; }

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

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

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

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

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

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

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

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