#900535

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

Shades of Burgundy #900535

Tints of Burgundy #900535

Color information

#900535 (or 0x900535) is unknown color: approx Burgundy. HEX triplet: 90, 05 and 35. RGB value is (144,5,53). Sum of RGB (Red+Green+Blue) = 144+5+53=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900535 is #6FFACA. Grayscale: #333333. Windows color (decimal): -7338699 or 3474832. OLE color: 3474832.

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

Color convert

RGB144553-
CMYK00.970.630.44
HSL339.28º93.29%29.22%-
HSV(B)339.28º96.53%56.47%-
XYZ12.26.293.94-
YUV52.03128.55193.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.29%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=71.29%
G=2.48%
B=26.24%

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
Decimal14455300.970.630.44339.2893.2929.22
Hex905350613F2C1535d1d
Octal2205650141775452313535
Binary1001000010111010101100001111111101100101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900535; }

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

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

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

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

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

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

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

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