#980B38

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

Shades of Burgundy #980B38

Tints of Burgundy #980B38

Color information

#980B38 (or 0x980B38) is unknown color: approx Burgundy. HEX triplet: 98, 0B and 38. RGB value is (152,11,56). Sum of RGB (Red+Green+Blue) = 152+11+56=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B38 is #67F4C7. Grayscale: #3A3A3A. Windows color (decimal): -6812872 or 3672984. OLE color: 3672984.

HSL color Cylindrical-coordinate representation of color #980B38: hue angle of 340.85º 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 #980B38 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB1521156-
CMYK00.930.630.40
HSL340.85º86.5%31.96%-
HSV(B)340.85º92.76%59.61%-
XYZ13.787.24.4-
YUV58.29126.71194.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=69.41%
G=5.02%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152115600.930.630.40340.8586.531.96
Hex98B3805D3F281555720
Octal23013700135775052512740
Binary100110001011111000010111011111111010001010101011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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