#76062B

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

Shades of Burgundy #76062B

Tints of Burgundy #76062B

Color information

#76062B (or 0x76062B) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 2B. RGB value is (118,6,43). Sum of RGB (Red+Green+Blue) = 118+6+43=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76062B is #89F9D4. Grayscale: #2B2B2B. Windows color (decimal): -9042389 or 2819702. OLE color: 2819702.

HSL color Cylindrical-coordinate representation of color #76062B: hue angle of 340.18º 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 #76062B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB118643-
CMYK00.950.640.54
HSL340.18º90.32%24.31%-
HSV(B)340.18º94.92%46.27%-
XYZ7.974.162.67-
YUV43.71127.61180.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=70.66%
G=3.59%
B=25.75%

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
Decimal11864300.950.640.54340.1890.3224.31
Hex7662B05F40361545a18
Octal16665301371006652413230
Binary1110110110101011010111111000000110110101010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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