#750631

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

Shades of Burgundy #750631

Tints of Burgundy #750631

Color information

#750631 (or 0x750631) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 31. RGB value is (117,6,49). Sum of RGB (Red+Green+Blue) = 117+6+49=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750631 is #8AF9CE. Grayscale: #2C2C2C. Windows color (decimal): -9107919 or 3212917. OLE color: 3212917.

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

Color convert

RGB117649-
CMYK00.950.580.54
HSL336.76º90.24%24.12%-
HSV(B)336.76º94.87%45.88%-
XYZ7.964.133.28-
YUV44.09130.77180-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=68.02%
G=3.49%
B=28.49%

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
Decimal11764900.950.580.54336.7690.2424.12
Hex7563105F3A361515a18
Octal1656610137726652113230
Binary111010111011000101011111111010110110101010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750631; }

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

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

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

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

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

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

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

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