#900536

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

Shades of Burgundy #900536

Tints of Burgundy #900536

Color information

#900536 (or 0x900536) is unknown color: approx Burgundy. HEX triplet: 90, 05 and 36. RGB value is (144,5,54). Sum of RGB (Red+Green+Blue) = 144+5+54=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900536 is #6FFAC9. Grayscale: #343434. Windows color (decimal): -7338698 or 3540368. OLE color: 3540368.

HSL color Cylindrical-coordinate representation of color #900536: hue angle of 338.85º degrees, saturation: 0.93, 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 #900536 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB144554-
CMYK00.970.630.44
HSL338.85º93.29%29.22%-
HSV(B)338.85º96.53%56.47%-
XYZ12.226.34.06-
YUV52.15129.05193.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.94%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=70.94%
G=2.46%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14455400.970.630.44338.8593.2929.22
Hex905360613F2C1535d1d
Octal2205660141775452313535
Binary1001000010111011001100001111111101100101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900536; }

 p { color: rgb(144,5,54); }

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

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

 a { background-color: rgb(144,5,54); }

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

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

 span { border-color: rgb(144,5,54); }

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