#980336

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

Shades of Burgundy #980336

Tints of Burgundy #980336

Color information

#980336 (or 0x980336) is unknown color: approx Burgundy. HEX triplet: 98, 03 and 36. RGB value is (152,3,54). Sum of RGB (Red+Green+Blue) = 152+3+54=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980336 is #67FCC9. Grayscale: #353535. Windows color (decimal): -6814922 or 3539864. OLE color: 3539864.

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

Color convert

RGB152354-
CMYK00.980.640.40
HSL339.46º96.13%30.39%-
HSV(B)339.46º98.03%59.61%-
XYZ13.657.014.12-
YUV53.36128.36198.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=72.73%
G=1.44%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15235400.980.640.40339.4696.1330.39
Hex983360624028153601e
Octal23036601421005052314036
Binary1001100011110110011000101000000101000101010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980336; }

 p { color: rgb(152,3,54); }

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

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

 a { background-color: rgb(152,3,54); }

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

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

 span { border-color: rgb(152,3,54); }

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