#91022C

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

Shades of Burgundy #91022C

Tints of Burgundy #91022C

Color information

#91022C (or 0x91022C) is unknown color: approx Burgundy. HEX triplet: 91, 02 and 2C. RGB value is (145,2,44). Sum of RGB (Red+Green+Blue) = 145+2+44=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022C is #6EFDD3. Grayscale: #313131. Windows color (decimal): -7273940 or 2884241. OLE color: 2884241.

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

Color convert

RGB145244-
CMYK00.990.700.43
HSL342.38º97.28%28.82%-
HSV(B)342.38º98.62%56.86%-
XYZ12.156.252.95-
YUV49.54124.88196.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=75.92%
G=1.05%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14524400.990.700.43342.3897.2828.82
Hex9122C063462B156611d
Octal22125401431065352614135
Binary1001000110101100011000111000110101011101010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,2,44); }

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

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

 a { background-color: rgb(145,2,44); }

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

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

 span { border-color: rgb(145,2,44); }

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