#900E38

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

Shades of Burgundy #900E38

Tints of Burgundy #900E38

Color information

#900E38 (or 0x900E38) is unknown color: approx Burgundy. HEX triplet: 90, 0E and 38. RGB value is (144,14,56). Sum of RGB (Red+Green+Blue) = 144+14+56=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #900E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E38 is #6FF1C7. Grayscale: #393939. Windows color (decimal): -7336392 or 3673744. OLE color: 3673744.

HSL color Cylindrical-coordinate representation of color #900E38: hue angle of 340.62º 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 #900E38 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1441456-
CMYK00.900.610.44
HSL340.62º82.28%30.98%-
HSV(B)340.62º90.28%56.47%-
XYZ12.376.534.35-
YUV57.66127.07189.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.29%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=67.29%
G=6.54%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144145600.900.610.44340.6282.2830.98
Hex90E3805A3D2C155521f
Octal22016700132755452512237
Binary10010000111011100001011010111101101100101010101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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