#900437

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

Shades of Burgundy #900437

Tints of Burgundy #900437

Color information

#900437 (or 0x900437) is unknown color: approx Burgundy. HEX triplet: 90, 04 and 37. RGB value is (144,4,55). Sum of RGB (Red+Green+Blue) = 144+4+55=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900437 is #6FFBC8. Grayscale: #333333. Windows color (decimal): -7338953 or 3605648. OLE color: 3605648.

HSL color Cylindrical-coordinate representation of color #900437: hue angle of 338.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900437 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB144455-
CMYK00.970.620.44
HSL338.14º94.59%29.02%-
HSV(B)338.14º97.22%56.47%-
XYZ12.236.294.18-
YUV51.67129.88193.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.94%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=70.94%
G=1.97%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14445500.970.620.44338.1494.5929.02
Hex904370613E2C1525f1d
Octal2204670141765452213735
Binary1001000010011011101100001111110101100101010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900437; }

 p { color: rgb(144,4,55); }

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

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

 a { background-color: rgb(144,4,55); }

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

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

 span { border-color: rgb(144,4,55); }

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