#900933

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

Shades of Burgundy #900933

Tints of Burgundy #900933

Color information

#900933 (or 0x900933) is unknown color: approx Burgundy. HEX triplet: 90, 09 and 33. RGB value is (144,9,51). Sum of RGB (Red+Green+Blue) = 144+9+51=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900933 is #6FF6CC. Grayscale: #363636. Windows color (decimal): -7337677 or 3344784. OLE color: 3344784.

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

Color convert

RGB144951-
CMYK00.940.650.44
HSL341.33º88.24%30%-
HSV(B)341.33º93.75%56.47%-
XYZ12.26.363.72-
YUV54.15126.23192.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.59%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 51 (20.31% from 255) = 25%
R=70.59%
G=4.41%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14495100.940.650.44341.3388.2430
Hex9093305E412C155581e
Octal220116301361015452513036
Binary100100001001110011010111101000001101100101010101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900933; }

 p { color: rgb(144,9,51); }

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

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

 a { background-color: rgb(144,9,51); }

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

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

 span { border-color: rgb(144,9,51); }

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