#91062A

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

Shades of Burgundy #91062A

Tints of Burgundy #91062A

Color information

#91062A (or 0x91062A) is unknown color: approx Burgundy. HEX triplet: 91, 06 and 2A. RGB value is (145,6,42). Sum of RGB (Red+Green+Blue) = 145+6+42=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #91062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91062A is #6EF9D5. Grayscale: #333333. Windows color (decimal): -7272918 or 2754193. OLE color: 2754193.

HSL color Cylindrical-coordinate representation of color #91062A: hue angle of 344.46º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91062A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB145642-
CMYK00.960.710.43
HSL344.46º92.05%29.61%-
HSV(B)344.46º95.86%56.86%-
XYZ12.166.322.77-
YUV51.66122.55194.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.13%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=75.13%
G=3.11%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14564200.960.710.43344.4692.0529.61
Hex9162A060472B1585c1e
Octal22165201401075353013436
Binary10010001110101010011000001000111101011101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,6,42); }

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

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

 a { background-color: rgb(145,6,42); }

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

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

 span { border-color: rgb(145,6,42); }

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