#760829

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

Shades of Burgundy #760829

Tints of Burgundy #760829

Color information

#760829 (or 0x760829) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 29. RGB value is (118,8,41). Sum of RGB (Red+Green+Blue) = 118+8+41=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #760829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760829 is #89F7D6. Grayscale: #2C2C2C. Windows color (decimal): -9041879 or 2689142. OLE color: 2689142.

HSL color Cylindrical-coordinate representation of color #760829: hue angle of 342º 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 #760829 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB118841-
CMYK00.930.650.54
HSL342º87.3%24.71%-
HSV(B)342º93.22%46.27%-
XYZ7.964.192.49-
YUV44.65125.94180.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=70.66%
G=4.79%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11884100.930.650.5434287.324.71
Hex7682905D41361565719
Octal166105101351016652612731
Binary11101101000101001010111011000001110110101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760829; }

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

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

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

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

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

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

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

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