#900E33

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

Shades of Burgundy #900E33

Tints of Burgundy #900E33

Color information

#900E33 (or 0x900E33) is unknown color: approx Burgundy. HEX triplet: 90, 0E and 33. RGB value is (144,14,51). Sum of RGB (Red+Green+Blue) = 144+14+51=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #900E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E33 is #6FF1CC. Grayscale: #393939. Windows color (decimal): -7336397 or 3346064. OLE color: 3346064.

HSL color Cylindrical-coordinate representation of color #900E33: hue angle of 342.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E33 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1441451-
CMYK00.900.650.44
HSL342.92º82.28%30.98%-
HSV(B)342.92º90.28%56.47%-
XYZ12.266.483.74-
YUV57.09124.57189.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.90%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=68.90%
G=6.70%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144145100.900.650.44342.9282.2830.98
Hex90E3305A412C157521f
Octal220166301321015452712237
Binary100100001110110011010110101000001101100101010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900E33; }

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

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

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

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

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

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

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

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