#990A3A

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

Shades of Burgundy #990A3A

Tints of Burgundy #990A3A

Color information

#990A3A (or 0x990A3A) is unknown color: approx Burgundy. HEX triplet: 99, 0A and 3A. RGB value is (153,10,58). Sum of RGB (Red+Green+Blue) = 153+10+58=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A3A is #66F5C5. Grayscale: #3A3A3A. Windows color (decimal): -6747590 or 3803801. OLE color: 3803801.

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

Color convert

RGB1531058-
CMYK00.930.620.4
HSL339.86º87.73%31.96%-
HSV(B)339.86º93.46%60%-
XYZ14.017.294.67-
YUV58.23127.88195.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 10 (4.30% from 255) = 4.52%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=69.23%
G=4.52%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153105800.930.620.4339.8687.7331.96
Hex99A3A05D3E281545820
Octal23112720135765052413040
Binary100110011010111010010111011111101010001010101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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