#76052A

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

Shades of Burgundy #76052A

Tints of Burgundy #76052A

Color information

#76052A (or 0x76052A) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 2A. RGB value is (118,5,42). Sum of RGB (Red+Green+Blue) = 118+5+42=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76052A is #89FAD5. Grayscale: #2A2A2A. Windows color (decimal): -9042646 or 2753910. OLE color: 2753910.

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

Color convert

RGB118542-
CMYK00.960.640.54
HSL340.35º91.87%24.12%-
HSV(B)340.35º95.76%46.27%-
XYZ7.944.132.57-
YUV43127.44181.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=71.52%
G=3.03%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11854200.960.640.54340.3591.8724.12
Hex7652A06040361545c18
Octal16655201401006652413430
Binary1110110101101010011000001000000110110101010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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