#76062A

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

Shades of Burgundy #76062A

Tints of Burgundy #76062A

Color information

#76062A (or 0x76062A) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 2A. RGB value is (118,6,42). Sum of RGB (Red+Green+Blue) = 118+6+42=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76062A is #89F9D5. Grayscale: #2B2B2B. Windows color (decimal): -9042390 or 2754166. OLE color: 2754166.

HSL color Cylindrical-coordinate representation of color #76062A: hue angle of 340.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76062A is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB118642-
CMYK00.950.640.54
HSL340.71º90.32%24.31%-
HSV(B)340.71º94.92%46.27%-
XYZ7.954.152.57-
YUV43.59127.11181.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=71.08%
G=3.61%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11864200.950.640.54340.7190.3224.31
Hex7662A05F40361555a18
Octal16665201371006652513230
Binary1110110110101010010111111000000110110101010101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76062A; }

 p { color: rgb(118,6,42); }

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

<style>
 a { background-color: #76062A; }

 a { background-color: rgb(118,6,42); }

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

<style>
 span { border-color: #76062A; }

 span { border-color: rgb(118,6,42); }

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