#750931

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

Shades of Burgundy #750931

Tints of Burgundy #750931

Color information

#750931 (or 0x750931) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 31. RGB value is (117,9,49). Sum of RGB (Red+Green+Blue) = 117+9+49=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750931 is #8AF6CE. Grayscale: #2D2D2D. Windows color (decimal): -9107151 or 3213685. OLE color: 3213685.

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

Color convert

RGB117949-
CMYK00.920.580.54
HSL337.78º85.71%24.71%-
HSV(B)337.78º92.31%45.88%-
XYZ7.994.23.3-
YUV45.85129.78178.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 49 (19.53% from 255) = 28%
R=66.86%
G=5.14%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11794900.920.580.54337.7885.7124.71
Hex7593105C3A361525619
Octal16511610134726652212631
Binary1110101100111000101011100111010110110101010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750931; }

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

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

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

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

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

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

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

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