#90012A

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

Shades of Burgundy #90012A

Tints of Burgundy #90012A

Color information

#90012A (or 0x90012A) is unknown color: approx Burgundy. HEX triplet: 90, 01 and 2A. RGB value is (144,1,42). Sum of RGB (Red+Green+Blue) = 144+1+42=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #90012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90012A is #6FFED5. Grayscale: #303030. Windows color (decimal): -7339734 or 2752912. OLE color: 2752912.

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

Color convert

RGB144142-
CMYK00.990.710.44
HSL342.8º98.62%28.43%-
HSV(B)342.8º99.31%56.47%-
XYZ11.936.122.74-
YUV48.43124.38196.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.01%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=77.01%
G=0.53%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414200.990.710.44342.898.6228.43
Hex9012A063472C157631c
Octal22015201431075452714334
Binary100100001101010011000111000111101100101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90012A; }

 p { color: rgb(144,1,42); }

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

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

 a { background-color: rgb(144,1,42); }

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

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

 span { border-color: rgb(144,1,42); }

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