#90023E

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

Shades of Burgundy #90023E

Tints of Burgundy #90023E

Color information

#90023E (or 0x90023E) is unknown color: approx Burgundy. HEX triplet: 90, 02 and 3E. RGB value is (144,2,62). Sum of RGB (Red+Green+Blue) = 144+2+62=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90023E is #6FFDC1. Grayscale: #333333. Windows color (decimal): -7339458 or 4063888. OLE color: 4063888.

HSL color Cylindrical-coordinate representation of color #90023E: hue angle of 334.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90023E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB144262-
CMYK00.990.570.44
HSL334.65º97.26%28.63%-
HSV(B)334.65º98.61%56.47%-
XYZ12.396.325.12-
YUV51.3134.04194.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=69.23%
G=0.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14426200.990.570.44334.6597.2628.63
Hex9023E063392C14f611d
Octal2202760143715451714135
Binary100100001011111001100011111001101100101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90023E; }

 p { color: rgb(144,2,62); }

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

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

 a { background-color: rgb(144,2,62); }

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

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

 span { border-color: rgb(144,2,62); }

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