#900534

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

Shades of Burgundy #900534

Tints of Burgundy #900534

Color information

#900534 (or 0x900534) is unknown color: approx Burgundy. HEX triplet: 90, 05 and 34. RGB value is (144,5,52). Sum of RGB (Red+Green+Blue) = 144+5+52=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900534 is #6FFACB. Grayscale: #333333. Windows color (decimal): -7338700 or 3409296. OLE color: 3409296.

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

Color convert

RGB144552-
CMYK00.970.640.44
HSL339.71º93.29%29.22%-
HSV(B)339.71º96.53%56.47%-
XYZ12.186.293.82-
YUV51.92128.05193.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=71.64%
G=2.49%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14455200.970.640.44339.7193.2929.22
Hex90534061402C1545d1d
Octal22056401411005452413535
Binary10010000101110100011000011000000101100101010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900534; }

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

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

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

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

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

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

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

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