#910A2B

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

Shades of Burgundy #910A2B

Tints of Burgundy #910A2B

Color information

#910A2B (or 0x910A2B) is unknown color: approx Burgundy. HEX triplet: 91, 0A and 2B. RGB value is (145,10,43). Sum of RGB (Red+Green+Blue) = 145+10+43=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #910A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A2B is #6EF5D4. Grayscale: #363636. Windows color (decimal): -7271893 or 2820753. OLE color: 2820753.

HSL color Cylindrical-coordinate representation of color #910A2B: hue angle of 345.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A2B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1451043-
CMYK00.930.700.43
HSL345.33º87.1%30.39%-
HSV(B)345.33º93.1%56.86%-
XYZ12.226.412.88-
YUV54.13121.73192.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=73.23%
G=5.05%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145104300.930.700.43345.3387.130.39
Hex91A2B05D462B159571e
Octal221125301351065353112736
Binary100100011010101011010111011000110101011101011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910A2B; }

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

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

<style>
 a { background-color: #910A2B; }

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

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

<style>
 span { border-color: #910A2B; }

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

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