#980937

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

Shades of Burgundy #980937

Tints of Burgundy #980937

Color information

#980937 (or 0x980937) is unknown color: approx Burgundy. HEX triplet: 98, 09 and 37. RGB value is (152,9,55). Sum of RGB (Red+Green+Blue) = 152+9+55=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #980937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980937 is #67F6C8. Grayscale: #383838. Windows color (decimal): -6813385 or 3606936. OLE color: 3606936.

HSL color Cylindrical-coordinate representation of color #980937: hue angle of 340.7º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980937 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB152955-
CMYK00.940.640.40
HSL340.7º88.82%31.57%-
HSV(B)340.7º94.08%59.61%-
XYZ13.747.154.27-
YUV57126.88195.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=70.37%
G=4.17%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15295500.940.640.40340.788.8231.57
Hex9893705E40281555920
Octal230116701361005052513140
Binary1001100010011101110101111010000001010001010101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980937; }

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

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

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

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

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

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

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

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