#740216

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

Shades of Burgundy #740216

Tints of Burgundy #740216

Color information

#740216 (or 0x740216) is unknown color: approx Burgundy. HEX triplet: 74, 02 and 16. RGB value is (116,2,22). Sum of RGB (Red+Green+Blue) = 116+2+22=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740216 is #8BFDE9. Grayscale: #262626. Windows color (decimal): -9174506 or 1442420. OLE color: 1442420.

HSL color Cylindrical-coordinate representation of color #740216: hue angle of 349.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740216 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB116222-
CMYK00.980.810.55
HSL349.47º96.61%23.14%-
HSV(B)349.47º98.28%45.49%-
XYZ7.373.811.11-
YUV38.37118.77183.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 82.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=82.86%
G=1.43%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11622200.980.810.55349.4796.6123.14
Hex74216062513715d6117
Octal16422601421216753514127
Binary11101001010110011000101010001110111101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740216; }

 p { color: rgb(116,2,22); }

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

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

 a { background-color: rgb(116,2,22); }

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

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

 span { border-color: rgb(116,2,22); }

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