#90012B

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

Shades of Burgundy #90012B

Tints of Burgundy #90012B

Color information

#90012B (or 0x90012B) is unknown color: approx Burgundy. HEX triplet: 90, 01 and 2B. RGB value is (144,1,43). Sum of RGB (Red+Green+Blue) = 144+1+43=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #90012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90012B is #6FFED4. Grayscale: #303030. Windows color (decimal): -7339733 or 2818448. OLE color: 2818448.

HSL color Cylindrical-coordinate representation of color #90012B: hue angle of 342.38º 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 #90012B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB144143-
CMYK00.990.700.44
HSL342.38º98.62%28.43%-
HSV(B)342.38º99.31%56.47%-
XYZ11.956.132.84-
YUV48.54124.88196.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.60%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=76.60%
G=0.53%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414300.990.700.44342.3898.6228.43
Hex9012B063462C156631c
Octal22015301431065452614334
Binary100100001101011011000111000110101100101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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