#980037

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

Shades of Burgundy #980037

Tints of Burgundy #980037

Color information

#980037 (or 0x980037) is unknown color: approx Burgundy. HEX triplet: 98, 00 and 37. RGB value is (152,0,55). Sum of RGB (Red+Green+Blue) = 152+0+55=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980037 is #67FFC8. Grayscale: #333333. Windows color (decimal): -6815689 or 3604632. OLE color: 3604632.

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

Color convert

RGB152055-
CMYK010.640.40
HSL338.29º100%29.8%-
HSV(B)338.29º100%59.61%-
XYZ13.646.954.24-
YUV51.72129.86199.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=73.43%
G=0%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152055010.640.40338.2910029.8
Hex980370644028152641e
Octal23006701441005052214436
Binary100110000110111011001001000000101000101010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980037; }

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

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

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

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

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

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

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

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