#740A29

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

Shades of Burgundy #740A29

Tints of Burgundy #740A29

Color information

#740A29 (or 0x740A29) is unknown color: approx Burgundy. HEX triplet: 74, 0A and 29. RGB value is (116,10,41). Sum of RGB (Red+Green+Blue) = 116+10+41=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #740A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A29 is #8BF5D6. Grayscale: #2D2D2D. Windows color (decimal): -9172439 or 2689652. OLE color: 2689652.

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

Color convert

RGB1161041-
CMYK00.910.650.55
HSL342.45º84.13%24.71%-
HSV(B)342.45º91.38%45.49%-
XYZ7.714.092.48-
YUV45.23125.62178.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=69.46%
G=5.99%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116104100.910.650.55342.4584.1324.71
Hex74A2905B41371565419
Octal164125101331016752612431
Binary11101001010101001010110111000001110111101010110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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