#91022B

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

Shades of Burgundy #91022B

Tints of Burgundy #91022B

Color information

#91022B (or 0x91022B) is unknown color: approx Burgundy. HEX triplet: 91, 02 and 2B. RGB value is (145,2,43). Sum of RGB (Red+Green+Blue) = 145+2+43=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022B is #6EFDD4. Grayscale: #313131. Windows color (decimal): -7273941 or 2818705. OLE color: 2818705.

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

Color convert

RGB145243-
CMYK00.990.700.43
HSL342.8º97.28%28.82%-
HSV(B)342.8º98.62%56.86%-
XYZ12.136.242.85-
YUV49.43124.38196.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=76.32%
G=1.05%
B=22.63%

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
Decimal14524300.990.700.43342.897.2828.82
Hex9122B063462B157611d
Octal22125301431065352714135
Binary1001000110101011011000111000110101011101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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