#76022D

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

Shades of Burgundy #76022D

Tints of Burgundy #76022D

Color information

#76022D (or 0x76022D) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 2D. RGB value is (118,2,45). Sum of RGB (Red+Green+Blue) = 118+2+45=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022D is #89FDD2. Grayscale: #292929. Windows color (decimal): -9043411 or 2949750. OLE color: 2949750.

HSL color Cylindrical-coordinate representation of color #76022D: hue angle of 337.76º 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 #76022D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB118245-
CMYK00.980.620.54
HSL337.76º96.67%23.53%-
HSV(B)337.76º98.31%46.27%-
XYZ7.974.082.85-
YUV41.59129.93182.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=71.52%
G=1.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11824500.980.620.54337.7696.6723.53
Hex7622D0623E361526118
Octal1662550142766652214130
Binary11101101010110101100010111110110110101010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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