#900237

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

Shades of Burgundy #900237

Tints of Burgundy #900237

Color information

#900237 (or 0x900237) is unknown color: approx Burgundy. HEX triplet: 90, 02 and 37. RGB value is (144,2,55). Sum of RGB (Red+Green+Blue) = 144+2+55=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900237 is #6FFDC8. Grayscale: #323232. Windows color (decimal): -7339465 or 3605136. OLE color: 3605136.

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

Color convert

RGB144255-
CMYK00.990.620.44
HSL337.61º97.26%28.63%-
HSV(B)337.61º98.61%56.47%-
XYZ12.216.254.18-
YUV50.5130.54194.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=71.64%
G=1.00%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14425500.990.620.44337.6197.2628.63
Hex902370633E2C152611d
Octal2202670143765452214135
Binary100100001011011101100011111110101100101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900237; }

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

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

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

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

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

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

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

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