#980A3A

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

Shades of Burgundy #980A3A

Tints of Burgundy #980A3A

Color information

#980A3A (or 0x980A3A) is unknown color: approx Burgundy. HEX triplet: 98, 0A and 3A. RGB value is (152,10,58). Sum of RGB (Red+Green+Blue) = 152+10+58=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A3A is #67F5C5. Grayscale: #393939. Windows color (decimal): -6813126 or 3803800. OLE color: 3803800.

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

Color convert

RGB1521058-
CMYK00.930.620.40
HSL339.72º87.65%31.76%-
HSV(B)339.72º93.42%59.61%-
XYZ13.827.24.66-
YUV57.93128.04195.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=69.09%
G=4.55%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152105800.930.620.40339.7287.6531.76
Hex98A3A05D3E281545820
Octal23012720135765052413040
Binary100110001010111010010111011111101010001010101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,58); }

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

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

 a { background-color: rgb(152,10,58); }

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

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

 span { border-color: rgb(152,10,58); }

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