#900732

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

Shades of Burgundy #900732

Tints of Burgundy #900732

Color information

#900732 (or 0x900732) is unknown color: approx Burgundy. HEX triplet: 90, 07 and 32. RGB value is (144,7,50). Sum of RGB (Red+Green+Blue) = 144+7+50=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900732 is #6FF8CD. Grayscale: #343434. Windows color (decimal): -7338190 or 3278736. OLE color: 3278736.

HSL color Cylindrical-coordinate representation of color #900732: hue angle of 341.17º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900732 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB144750-
CMYK00.950.650.44
HSL341.17º90.73%29.61%-
HSV(B)341.17º95.14%56.47%-
XYZ12.156.313.6-
YUV52.86126.39193-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=71.64%
G=3.48%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14475000.950.650.44341.1790.7329.61
Hex9073205F412C1555b1e
Octal22076201371015452513336
Binary10010000111110010010111111000001101100101010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900732; }

 p { color: rgb(144,7,50); }

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

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

 a { background-color: rgb(144,7,50); }

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

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

 span { border-color: rgb(144,7,50); }

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