#740A19

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

Shades of Burgundy #740A19

Tints of Burgundy #740A19

Color information

#740A19 (or 0x740A19) is unknown color: approx Burgundy. HEX triplet: 74, 0A and 19. RGB value is (116,10,25). Sum of RGB (Red+Green+Blue) = 116+10+25=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #740A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A19 is #8BF5E6. Grayscale: #2B2B2B. Windows color (decimal): -9172455 or 1641076. OLE color: 1641076.

HSL color Cylindrical-coordinate representation of color #740A19: hue angle of 351.51º 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 #740A19 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1161025-
CMYK00.910.780.55
HSL351.51º84.13%24.71%-
HSV(B)351.51º91.38%45.49%-
XYZ7.4941.3-
YUV43.4117.62179.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.82%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=76.82%
G=6.62%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116102500.910.780.55351.5184.1324.71
Hex74A1905B4E371605419
Octal164123101331166754012431
Binary1110100101011001010110111001110110111101100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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