#980C38

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

Shades of Burgundy #980C38

Tints of Burgundy #980C38

Color information

#980C38 (or 0x980C38) is unknown color: approx Burgundy. HEX triplet: 98, 0C and 38. RGB value is (152,12,56). Sum of RGB (Red+Green+Blue) = 152+12+56=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980C38 is #67F3C7. Grayscale: #3A3A3A. Windows color (decimal): -6812616 or 3673240. OLE color: 3673240.

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

Color convert

RGB1521256-
CMYK00.920.630.40
HSL341.14º85.37%32.16%-
HSV(B)341.14º92.11%59.61%-
XYZ13.797.224.41-
YUV58.88126.38194.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=69.09%
G=5.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152125600.920.630.40341.1485.3732.16
Hex98C3805C3F281555520
Octal23014700134775052512540
Binary100110001100111000010111001111111010001010101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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