#76041B

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

Shades of Burgundy #76041B

Tints of Burgundy #76041B

Color information

#76041B (or 0x76041B) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 1B. RGB value is (118,4,27). Sum of RGB (Red+Green+Blue) = 118+4+27=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76041B is #89FBE4. Grayscale: #282828. Windows color (decimal): -9042917 or 1770614. OLE color: 1770614.

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

Color convert

RGB118427-
CMYK00.970.770.54
HSL347.89º93.44%23.92%-
HSV(B)347.89º96.61%46.27%-
XYZ7.714.021.41-
YUV40.71120.27183.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=79.19%
G=2.68%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11842700.970.770.54347.8993.4423.92
Hex7641B0614D3615c5d18
Octal16643301411156653413530
Binary111011010011011011000011001101110110101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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