#980938

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

Shades of Burgundy #980938

Tints of Burgundy #980938

Color information

#980938 (or 0x980938) is unknown color: approx Burgundy. HEX triplet: 98, 09 and 38. RGB value is (152,9,56). Sum of RGB (Red+Green+Blue) = 152+9+56=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #980938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980938 is #67F6C7. Grayscale: #393939. Windows color (decimal): -6813384 or 3672472. OLE color: 3672472.

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

Color convert

RGB152956-
CMYK00.940.630.40
HSL340.28º88.82%31.57%-
HSV(B)340.28º94.08%59.61%-
XYZ13.767.164.4-
YUV57.12127.38195.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=70.05%
G=4.15%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15295600.940.630.40340.2888.8231.57
Hex9893805E3F281545920
Octal23011700136775052413140
Binary100110001001111000010111101111111010001010101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980938; }

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

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

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

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

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

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

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

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