#76072B

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

Shades of Burgundy #76072B

Tints of Burgundy #76072B

Color information

#76072B (or 0x76072B) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 2B. RGB value is (118,7,43). Sum of RGB (Red+Green+Blue) = 118+7+43=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76072B is #89F8D4. Grayscale: #2C2C2C. Windows color (decimal): -9042133 or 2819958. OLE color: 2819958.

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

Color convert

RGB118743-
CMYK00.940.640.54
HSL340.54º88.8%24.51%-
HSV(B)340.54º94.07%46.27%-
XYZ7.984.182.67-
YUV44.29127.27180.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=70.24%
G=4.17%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874300.940.640.54340.5488.824.51
Hex7672B05E40361555919
Octal16675301361006652513131
Binary1110110111101011010111101000000110110101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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