#930937

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

Shades of Burgundy #930937

Tints of Burgundy #930937

Color information

#930937 (or 0x930937) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 37. RGB value is (147,9,55). Sum of RGB (Red+Green+Blue) = 147+9+55=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #930937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930937 is #6CF6C8. Grayscale: #373737. Windows color (decimal): -7141065 or 3606931. OLE color: 3606931.

HSL color Cylindrical-coordinate representation of color #930937: hue angle of 340º 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 #930937 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB147955-
CMYK00.940.630.42
HSL340º88.46%30.59%-
HSV(B)340º93.88%57.65%-
XYZ12.826.674.23-
YUV55.51127.72193.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.67%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=69.67%
G=4.27%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14795500.940.630.4234088.4630.59
Hex9393705E3F2A154581f
Octal22311670136775252413037
Binary10010011100111011101011110111111101010101010100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930937; }

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

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

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

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

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

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

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

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