#740D26

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

Shades of Burgundy #740D26

Tints of Burgundy #740D26

Color information

#740D26 (or 0x740D26) is unknown color: approx Burgundy. HEX triplet: 74, 0D and 26. RGB value is (116,13,38). Sum of RGB (Red+Green+Blue) = 116+13+38=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #740D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D26 is #8BF2D9. Grayscale: #2E2E2E. Windows color (decimal): -9171674 or 2493812. OLE color: 2493812.

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

Color convert

RGB1161338-
CMYK00.890.670.55
HSL345.44º79.84%25.29%-
HSV(B)345.44º88.79%45.49%-
XYZ7.74.142.23-
YUV46.65123.12177.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 13 (5.47% from 255) = 7.78%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=69.46%
G=7.78%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116133800.890.670.55345.4479.8425.29
Hex74D2605943371595019
Octal164154601311036753112031
Binary11101001101100110010110011000011110111101011001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,38); }

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

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

 a { background-color: rgb(116,13,38); }

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

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

 span { border-color: rgb(116,13,38); }

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