#740810

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

Shades of Burgundy #740810

Tints of Burgundy #740810

Color information

#740810 (or 0x740810) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 10. RGB value is (116,8,16). Sum of RGB (Red+Green+Blue) = 116+8+16=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740810 is #8BF7EF. Grayscale: #292929. Windows color (decimal): -9172976 or 1050740. OLE color: 1050740.

HSL color Cylindrical-coordinate representation of color #740810: hue angle of 355.56º 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 #740810 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB116816-
CMYK00.930.860.55
HSL355.56º87.1%24.31%-
HSV(B)355.56º93.1%45.49%-
XYZ7.383.920.86-
YUV41.2113.78181.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 82.86%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=82.86%
G=5.71%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11681600.930.860.55355.5687.124.31
Hex7481005D56371645718
Octal164102001351266754412730
Binary1110100100010000010111011010110110111101100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740810; }

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

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

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

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

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

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

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

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