#900037

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

Shades of Burgundy #900037

Tints of Burgundy #900037

Color information

#900037 (or 0x900037) is unknown color: approx Burgundy. HEX triplet: 90, 00 and 37. RGB value is (144,0,55). Sum of RGB (Red+Green+Blue) = 144+0+55=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900037 is #6FFFC8. Grayscale: #313131. Windows color (decimal): -7339977 or 3604624. OLE color: 3604624.

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

Color convert

RGB144055-
CMYK010.620.44
HSL337.08º100%28.24%-
HSV(B)337.08º100%56.47%-
XYZ12.196.214.17-
YUV49.33131.21195.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=72.36%
G=0%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144055010.620.44337.0810028.24
Hex900370643E2C151641c
Octal2200670144765452114434
Binary10010000011011101100100111110101100101010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900037; }

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

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

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

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

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

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

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

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