#740812

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

Shades of Burgundy #740812

Tints of Burgundy #740812

Color information

#740812 (or 0x740812) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 12. RGB value is (116,8,18). Sum of RGB (Red+Green+Blue) = 116+8+18=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #740812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740812 is #8BF7ED. Grayscale: #292929. Windows color (decimal): -9172974 or 1181812. OLE color: 1181812.

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

Color convert

RGB116818-
CMYK00.930.840.55
HSL354.44º87.1%24.31%-
HSV(B)354.44º93.1%45.49%-
XYZ7.43.930.94-
YUV41.43114.78181.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 81.69%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=81.69%
G=5.63%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11681800.930.840.55354.4487.124.31
Hex7481205D54371625718
Octal164102201351246754212730
Binary1110100100010010010111011010100110111101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740812; }

 p { color: rgb(116,8,18); }

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

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

 a { background-color: rgb(116,8,18); }

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

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

 span { border-color: rgb(116,8,18); }

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