#980439

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

Shades of Burgundy #980439

Tints of Burgundy #980439

Color information

#980439 (or 0x980439) is unknown color: approx Burgundy. HEX triplet: 98, 04 and 39. RGB value is (152,4,57). Sum of RGB (Red+Green+Blue) = 152+4+57=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980439 is #67FBC6. Grayscale: #363636. Windows color (decimal): -6814663 or 3736728. OLE color: 3736728.

HSL color Cylindrical-coordinate representation of color #980439: hue angle of 338.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980439 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB152457-
CMYK00.970.620.40
HSL338.51º94.87%30.59%-
HSV(B)338.51º97.37%59.61%-
XYZ13.737.064.51-
YUV54.29129.53197.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.36%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=71.36%
G=1.88%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15245700.970.620.40338.5194.8730.59
Hex984390613E281535f1f
Octal2304710141765052313737
Binary1001100010011100101100001111110101000101010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980439; }

 p { color: rgb(152,4,57); }

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

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

 a { background-color: rgb(152,4,57); }

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

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

 span { border-color: rgb(152,4,57); }

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