#760431

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

Shades of Burgundy #760431

Tints of Burgundy #760431

Color information

#760431 (or 0x760431) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 31. RGB value is (118,4,49). Sum of RGB (Red+Green+Blue) = 118+4+49=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760431 is #89FBCE. Grayscale: #2B2B2B. Windows color (decimal): -9042895 or 3212406. OLE color: 3212406.

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

Color convert

RGB118449-
CMYK00.970.580.54
HSL336.32º93.44%23.92%-
HSV(B)336.32º96.61%46.27%-
XYZ8.074.163.28-
YUV43.22131.27181.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=69.01%
G=2.34%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844900.970.580.54336.3293.4423.92
Hex764310613A361505d18
Octal1664610141726652013530
Binary111011010011000101100001111010110110101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760431; }

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

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

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

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

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

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

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

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