#76022C

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

Shades of Burgundy #76022C

Tints of Burgundy #76022C

Color information

#76022C (or 0x76022C) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 2C. RGB value is (118,2,44). Sum of RGB (Red+Green+Blue) = 118+2+44=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022C is #89FDD3. Grayscale: #292929. Windows color (decimal): -9043412 or 2884214. OLE color: 2884214.

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

Color convert

RGB118244-
CMYK00.980.630.54
HSL338.28º96.67%23.53%-
HSV(B)338.28º98.31%46.27%-
XYZ7.954.082.75-
YUV41.47129.43182.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=71.95%
G=1.22%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11824400.980.630.54338.2896.6723.53
Hex7622C0623F361526118
Octal1662540142776652214130
Binary11101101010110001100010111111110110101010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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