#76041A

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

Shades of Burgundy #76041A

Tints of Burgundy #76041A

Color information

#76041A (or 0x76041A) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 1A. RGB value is (118,4,26). Sum of RGB (Red+Green+Blue) = 118+4+26=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #76041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76041A is #89FBE5. Grayscale: #282828. Windows color (decimal): -9042918 or 1705078. OLE color: 1705078.

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

Color convert

RGB118426-
CMYK00.970.780.54
HSL348.42º93.44%23.92%-
HSV(B)348.42º96.61%46.27%-
XYZ7.74.011.35-
YUV40.59119.77183.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.73%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=79.73%
G=2.70%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11842600.970.780.54348.4293.4423.92
Hex7641A0614E3615c5d18
Octal16643201411166653413530
Binary111011010011010011000011001110110110101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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