#76072C

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

Shades of Burgundy #76072C

Tints of Burgundy #76072C

Color information

#76072C (or 0x76072C) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 2C. RGB value is (118,7,44). Sum of RGB (Red+Green+Blue) = 118+7+44=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76072C is #89F8D3. Grayscale: #2C2C2C. Windows color (decimal): -9042132 or 2885494. OLE color: 2885494.

HSL color Cylindrical-coordinate representation of color #76072C: hue angle of 340º 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 #76072C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB118744-
CMYK00.940.630.54
HSL340º88.8%24.51%-
HSV(B)340º94.07%46.27%-
XYZ84.192.77-
YUV44.41127.77180.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=69.82%
G=4.14%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874400.940.630.5434088.824.51
Hex7672C05E3F361545919
Octal1667540136776652413131
Binary111011011110110001011110111111110110101010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76072C; }

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

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

<style>
 a { background-color: #76072C; }

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

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

<style>
 span { border-color: #76072C; }

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

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