#760216

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

Shades of Burgundy #760216

Tints of Burgundy #760216

Color information

#760216 (or 0x760216) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 16. RGB value is (118,2,22). Sum of RGB (Red+Green+Blue) = 118+2+22=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760216 is #89FDE9. Grayscale: #272727. Windows color (decimal): -9043434 or 1442422. OLE color: 1442422.

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

Color convert

RGB118222-
CMYK00.980.810.54
HSL349.66º96.67%23.53%-
HSV(B)349.66º98.31%46.27%-
XYZ7.643.951.12-
YUV38.96118.43184.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=83.10%
G=1.41%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11822200.980.810.54349.6696.6723.53
Hex76216062513615e6118
Octal16622601421216653614130
Binary11101101010110011000101010001110110101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760216; }

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

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

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

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

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

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

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

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