#900027

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

Shades of Burgundy #900027

Tints of Burgundy #900027

Color information

#900027 (or 0x900027) is unknown color: approx Burgundy. HEX triplet: 90, 00 and 27. RGB value is (144,0,39). Sum of RGB (Red+Green+Blue) = 144+0+39=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900027 is #6FFFD8. Grayscale: #2F2F2F. Windows color (decimal): -7339993 or 2556048. OLE color: 2556048.

HSL color Cylindrical-coordinate representation of color #900027: hue angle of 343.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900027 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB144039-
CMYK010.730.44
HSL343.75º100%28.24%-
HSV(B)343.75º100%56.47%-
XYZ11.876.082.47-
YUV47.5123.21196.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=78.69%
G=0%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144039010.730.44343.7510028.24
Hex90027064492C158641c
Octal22004701441115453014434
Binary100100000100111011001001001001101100101011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900027; }

 p { color: rgb(144,0,39); }

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

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

 a { background-color: rgb(144,0,39); }

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

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

 span { border-color: rgb(144,0,39); }

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