#760631

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

Shades of Burgundy #760631

Tints of Burgundy #760631

Color information

#760631 (or 0x760631) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 31. RGB value is (118,6,49). Sum of RGB (Red+Green+Blue) = 118+6+49=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760631 is #89F9CE. Grayscale: #2C2C2C. Windows color (decimal): -9042383 or 3212918. OLE color: 3212918.

HSL color Cylindrical-coordinate representation of color #760631: hue angle of 336.96º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760631 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB118649-
CMYK00.950.580.54
HSL336.96º90.32%24.31%-
HSV(B)336.96º94.92%46.27%-
XYZ8.094.23.29-
YUV44.39130.61180.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=68.21%
G=3.47%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11864900.950.580.54336.9690.3224.31
Hex7663105F3A361515a18
Octal1666610137726652113230
Binary111011011011000101011111111010110110101010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760631; }

 p { color: rgb(118,6,49); }

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

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

 a { background-color: rgb(118,6,49); }

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

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

 span { border-color: rgb(118,6,49); }

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