#76091E

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

Shades of Burgundy #76091E

Tints of Burgundy #76091E

Color information

#76091E (or 0x76091E) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 1E. RGB value is (118,9,30). Sum of RGB (Red+Green+Blue) = 118+9+30=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #76091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76091E is #89F6E1. Grayscale: #2C2C2C. Windows color (decimal): -9041634 or 1968502. OLE color: 1968502.

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

Color convert

RGB118930-
CMYK00.920.750.54
HSL348.44º85.83%24.9%-
HSV(B)348.44º92.37%46.27%-
XYZ7.84.141.62-
YUV43.98120.11180.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=75.16%
G=5.73%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11893000.920.750.54348.4485.8324.9
Hex7691E05C4B3615c5619
Octal166113601341136653412631
Binary1110110100111110010111001001011110110101011100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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