#980839

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

Shades of Burgundy #980839

Tints of Burgundy #980839

Color information

#980839 (or 0x980839) is unknown color: approx Burgundy. HEX triplet: 98, 08 and 39. RGB value is (152,8,57). Sum of RGB (Red+Green+Blue) = 152+8+57=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #980839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980839 is #67F7C6. Grayscale: #383838. Windows color (decimal): -6813639 or 3737752. OLE color: 3737752.

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

Color convert

RGB152857-
CMYK00.950.620.40
HSL339.58º90%31.37%-
HSV(B)339.58º94.74%59.61%-
XYZ13.777.144.52-
YUV56.64128.21196.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=70.05%
G=3.69%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15285700.950.620.40339.589031.37
Hex9883905F3E281545a1f
Octal23010710137765052413237
Binary10011000100011100101011111111110101000101010100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980839; }

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

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

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

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

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

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

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

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