#930931

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

Shades of Burgundy #930931

Tints of Burgundy #930931

Color information

#930931 (or 0x930931) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 31. RGB value is (147,9,49). Sum of RGB (Red+Green+Blue) = 147+9+49=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930931 is #6CF6CE. Grayscale: #363636. Windows color (decimal): -7141071 or 3213715. OLE color: 3213715.

HSL color Cylindrical-coordinate representation of color #930931: hue angle of 342.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930931 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB147949-
CMYK00.940.670.42
HSL342.61º88.46%30.59%-
HSV(B)342.61º93.88%57.65%-
XYZ12.686.623.51-
YUV54.82124.72193.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=71.71%
G=4.39%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14794900.940.670.42342.6188.4630.59
Hex9393105E432A157581f
Octal223116101361035252713037
Binary100100111001110001010111101000011101010101010111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930931; }

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

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

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

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

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

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

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

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