#76041E

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

Shades of Burgundy #76041E

Tints of Burgundy #76041E

Color information

#76041E (or 0x76041E) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 1E. RGB value is (118,4,30). Sum of RGB (Red+Green+Blue) = 118+4+30=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76041E is #89FBE1. Grayscale: #292929. Windows color (decimal): -9042914 or 1967222. OLE color: 1967222.

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

Color convert

RGB118430-
CMYK00.970.750.54
HSL346.32º93.44%23.92%-
HSV(B)346.32º96.61%46.27%-
XYZ7.754.031.6-
YUV41.05121.77182.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=77.63%
G=2.63%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11843000.970.750.54346.3293.4423.92
Hex7641E0614B3615a5d18
Octal16643601411136653213530
Binary111011010011110011000011001011110110101011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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