#76082E

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

Shades of Burgundy #76082E

Tints of Burgundy #76082E

Color information

#76082E (or 0x76082E) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 2E. RGB value is (118,8,46). Sum of RGB (Red+Green+Blue) = 118+8+46=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76082E is #89F7D1. Grayscale: #2D2D2D. Windows color (decimal): -9041874 or 3016822. OLE color: 3016822.

HSL color Cylindrical-coordinate representation of color #76082E: hue angle of 339.27º 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 #76082E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB118846-
CMYK00.930.610.54
HSL339.27º87.3%24.71%-
HSV(B)339.27º93.22%46.27%-
XYZ8.054.222.98-
YUV45.22128.44179.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=68.60%
G=4.65%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11884600.930.610.54339.2787.324.71
Hex7682E05D3D361535719
Octal16610560135756652312731
Binary1110110100010111001011101111101110110101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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