#740729

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

Shades of Burgundy #740729

Tints of Burgundy #740729

Color information

#740729 (or 0x740729) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 29. RGB value is (116,7,41). Sum of RGB (Red+Green+Blue) = 116+7+41=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #740729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740729 is #8BF8D6. Grayscale: #2B2B2B. Windows color (decimal): -9173207 or 2688884. OLE color: 2688884.

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

Color convert

RGB116741-
CMYK00.940.650.55
HSL341.28º88.62%24.12%-
HSV(B)341.28º93.97%45.49%-
XYZ7.684.032.47-
YUV43.47126.61179.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.73%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 41 (16.41% from 255) = 25%
R=70.73%
G=4.27%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11674100.940.650.55341.2888.6224.12
Hex7472905E41371555918
Octal16475101361016752513130
Binary1110100111101001010111101000001110111101010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740729; }

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

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

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

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

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

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

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

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