#76091F

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

Shades of Burgundy #76091F

Tints of Burgundy #76091F

Color information

#76091F (or 0x76091F) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 1F. RGB value is (118,9,31). Sum of RGB (Red+Green+Blue) = 118+9+31=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #76091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76091F is #89F6E0. Grayscale: #2C2C2C. Windows color (decimal): -9041633 or 2034038. OLE color: 2034038.

HSL color Cylindrical-coordinate representation of color #76091F: hue angle of 347.89º 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 #76091F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB118931-
CMYK00.920.740.54
HSL347.89º85.83%24.9%-
HSV(B)347.89º92.37%46.27%-
XYZ7.824.151.68-
YUV44.1120.61180.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=74.68%
G=5.70%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11893100.920.740.54347.8985.8324.9
Hex7691F05C4A3615c5619
Octal166113701341126653412631
Binary1110110100111111010111001001010110110101011100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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