#900931

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

Shades of Burgundy #900931

Tints of Burgundy #900931

Color information

#900931 (or 0x900931) is unknown color: approx Burgundy. HEX triplet: 90, 09 and 31. RGB value is (144,9,49). Sum of RGB (Red+Green+Blue) = 144+9+49=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900931 is #6FF6CE. Grayscale: #353535. Windows color (decimal): -7337679 or 3213712. OLE color: 3213712.

HSL color Cylindrical-coordinate representation of color #900931: hue angle of 342.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900931 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB144949-
CMYK00.940.660.44
HSL342.22º88.24%30%-
HSV(B)342.22º93.75%56.47%-
XYZ12.156.353.49-
YUV53.92125.23192.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.29%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=71.29%
G=4.46%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14494900.940.660.44342.2288.2430
Hex9093105E422C156581e
Octal220116101361025452613036
Binary100100001001110001010111101000010101100101010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900931; }

 p { color: rgb(144,9,49); }

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

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

 a { background-color: rgb(144,9,49); }

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

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

 span { border-color: rgb(144,9,49); }

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