#76081E

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

Shades of Burgundy #76081E

Tints of Burgundy #76081E

Color information

#76081E (or 0x76081E) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 1E. RGB value is (118,8,30). Sum of RGB (Red+Green+Blue) = 118+8+30=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #76081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76081E is #89F7E1. Grayscale: #2B2B2B. Windows color (decimal): -9041890 or 1968246. OLE color: 1968246.

HSL color Cylindrical-coordinate representation of color #76081E: hue angle of 348º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76081E is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB118830-
CMYK00.930.750.54
HSL348º87.3%24.71%-
HSV(B)348º93.22%46.27%-
XYZ7.794.121.61-
YUV43.4120.44181.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=75.64%
G=5.13%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883000.930.750.5434887.324.71
Hex7681E05D4B3615c5719
Octal166103601351136653412731
Binary1110110100011110010111011001011110110101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76081E; }

 p { color: rgb(118,8,30); }

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

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

 a { background-color: rgb(118,8,30); }

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

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

 span { border-color: rgb(118,8,30); }

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