#76042E

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

Shades of Burgundy #76042E

Tints of Burgundy #76042E

Color information

#76042E (or 0x76042E) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 2E. RGB value is (118,4,46). Sum of RGB (Red+Green+Blue) = 118+4+46=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76042E is #89FBD1. Grayscale: #2A2A2A. Windows color (decimal): -9042898 or 3015798. OLE color: 3015798.

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

Color convert

RGB118446-
CMYK00.970.610.54
HSL337.89º93.44%23.92%-
HSV(B)337.89º96.61%46.27%-
XYZ8.014.142.96-
YUV42.87129.77181.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=70.24%
G=2.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844600.970.610.54337.8993.4423.92
Hex7642E0613D361525d18
Octal1664560141756652213530
Binary111011010010111001100001111101110110101010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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