#76071E

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

Shades of Burgundy #76071E

Tints of Burgundy #76071E

Color information

#76071E (or 0x76071E) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 1E. RGB value is (118,7,30). Sum of RGB (Red+Green+Blue) = 118+7+30=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #76071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071E is #89F8E1. Grayscale: #2A2A2A. Windows color (decimal): -9042146 or 1967990. OLE color: 1967990.

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

Color convert

RGB118730-
CMYK00.940.750.54
HSL347.57º88.8%24.51%-
HSV(B)347.57º94.07%46.27%-
XYZ7.784.11.61-
YUV42.81120.77181.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=76.13%
G=4.52%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873000.940.750.54347.5788.824.51
Hex7671E05E4B3615c5919
Octal16673601361136653413131
Binary111011011111110010111101001011110110101011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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