#980B3C

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

Shades of Burgundy #980B3C

Tints of Burgundy #980B3C

Color information

#980B3C (or 0x980B3C) is unknown color: approx Burgundy. HEX triplet: 98, 0B and 3C. RGB value is (152,11,60). Sum of RGB (Red+Green+Blue) = 152+11+60=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B3C is #67F4C3. Grayscale: #3A3A3A. Windows color (decimal): -6812868 or 3935128. OLE color: 3935128.

HSL color Cylindrical-coordinate representation of color #980B3C: hue angle of 339.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B3C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1521160-
CMYK00.930.610.40
HSL339.15º86.5%31.96%-
HSV(B)339.15º92.76%59.61%-
XYZ13.887.244.94-
YUV58.74128.71194.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=68.16%
G=4.93%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152116000.930.610.40339.1586.531.96
Hex98B3C05D3D281535720
Octal23013740135755052312740
Binary100110001011111100010111011111011010001010100111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980B3C; }

 p { color: rgb(152,11,60); }

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

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

 a { background-color: rgb(152,11,60); }

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

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

 span { border-color: rgb(152,11,60); }

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