#760929

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

Shades of Burgundy #760929

Tints of Burgundy #760929

Color information

#760929 (or 0x760929) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 29. RGB value is (118,9,41). Sum of RGB (Red+Green+Blue) = 118+9+41=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760929 is #89F6D6. Grayscale: #2D2D2D. Windows color (decimal): -9041623 or 2689398. OLE color: 2689398.

HSL color Cylindrical-coordinate representation of color #760929: hue angle of 342.39º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760929 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB118941-
CMYK00.920.650.54
HSL342.39º85.83%24.9%-
HSV(B)342.39º92.37%46.27%-
XYZ7.974.212.49-
YUV45.24125.61179.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=70.24%
G=5.36%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11894100.920.650.54342.3985.8324.9
Hex7692905C41361565619
Octal166115101341016652612631
Binary11101101001101001010111001000001110110101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760929; }

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

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

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

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

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

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

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

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