#76052C

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

Shades of Burgundy #76052C

Tints of Burgundy #76052C

Color information

#76052C (or 0x76052C) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 2C. RGB value is (118,5,44). Sum of RGB (Red+Green+Blue) = 118+5+44=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76052C is #89FAD3. Grayscale: #2B2B2B. Windows color (decimal): -9042644 or 2884982. OLE color: 2884982.

HSL color Cylindrical-coordinate representation of color #76052C: hue angle of 339.29º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76052C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB118544-
CMYK00.960.630.54
HSL339.29º91.87%24.12%-
HSV(B)339.29º95.76%46.27%-
XYZ7.984.142.76-
YUV43.23128.44181.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=70.66%
G=2.99%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11854400.960.630.54339.2991.8724.12
Hex7652C0603F361535c18
Octal1665540140776652313430
Binary111011010110110001100000111111110110101010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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