#90092C

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

Shades of Burgundy #90092C

Tints of Burgundy #90092C

Color information

#90092C (or 0x90092C) is unknown color: approx Burgundy. HEX triplet: 90, 09 and 2C. RGB value is (144,9,44). Sum of RGB (Red+Green+Blue) = 144+9+44=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90092C is #6FF6D3. Grayscale: #353535. Windows color (decimal): -7337684 or 2886032. OLE color: 2886032.

HSL color Cylindrical-coordinate representation of color #90092C: hue angle of 344.44º 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 #90092C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB144944-
CMYK00.940.690.44
HSL344.44º88.24%30%-
HSV(B)344.44º93.75%56.47%-
XYZ12.056.312.96-
YUV53.36122.73192.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.10%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=73.10%
G=4.57%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14494400.940.690.44344.4488.2430
Hex9092C05E452C158581e
Octal220115401361055453013036
Binary100100001001101100010111101000101101100101011000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90092C; }

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

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

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

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

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

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

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

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