#760732

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

Shades of Burgundy #760732

Tints of Burgundy #760732

Color information

#760732 (or 0x760732) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 32. RGB value is (118,7,50). Sum of RGB (Red+Green+Blue) = 118+7+50=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760732 is #89F8CD. Grayscale: #2D2D2D. Windows color (decimal): -9042126 or 3278710. OLE color: 3278710.

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

Color convert

RGB118750-
CMYK00.940.580.54
HSL336.76º88.8%24.51%-
HSV(B)336.76º94.07%46.27%-
XYZ8.124.233.41-
YUV45.09130.77180-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=67.43%
G=4%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11875000.940.580.54336.7688.824.51
Hex7673205E3A361515919
Octal1667620136726652113131
Binary111011011111001001011110111010110110101010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760732; }

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

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

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

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

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

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

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

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