#76082B

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

Shades of Burgundy #76082B

Tints of Burgundy #76082B

Color information

#76082B (or 0x76082B) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 2B. RGB value is (118,8,43). Sum of RGB (Red+Green+Blue) = 118+8+43=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76082B is #89F7D4. Grayscale: #2C2C2C. Windows color (decimal): -9041877 or 2820214. OLE color: 2820214.

HSL color Cylindrical-coordinate representation of color #76082B: hue angle of 340.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76082B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB118843-
CMYK00.930.640.54
HSL340.91º87.3%24.71%-
HSV(B)340.91º93.22%46.27%-
XYZ7.994.22.67-
YUV44.88126.94180.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=69.82%
G=4.73%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11884300.930.640.54340.9187.324.71
Hex7682B05D40361555719
Octal166105301351006652512731
Binary11101101000101011010111011000000110110101010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76082B; }

 p { color: rgb(118,8,43); }

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

<style>
 a { background-color: #76082B; }

 a { background-color: rgb(118,8,43); }

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

<style>
 span { border-color: #76082B; }

 span { border-color: rgb(118,8,43); }

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