#910732

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

Shades of Burgundy #910732

Tints of Burgundy #910732

Color information

#910732 (or 0x910732) is unknown color: approx Burgundy. HEX triplet: 91, 07 and 32. RGB value is (145,7,50). Sum of RGB (Red+Green+Blue) = 145+7+50=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #910732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910732 is #6EF8CD. Grayscale: #353535. Windows color (decimal): -7272654 or 3278737. OLE color: 3278737.

HSL color Cylindrical-coordinate representation of color #910732: hue angle of 341.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910732 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB145750-
CMYK00.950.660.43
HSL341.3º90.79%29.8%-
HSV(B)341.3º95.17%56.86%-
XYZ12.336.43.6-
YUV53.16126.22193.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=71.78%
G=3.47%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14575000.950.660.43341.390.7929.8
Hex9173205F422B1555b1e
Octal22176201371025352513336
Binary10010001111110010010111111000010101011101010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910732; }

 p { color: rgb(145,7,50); }

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

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

 a { background-color: rgb(145,7,50); }

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

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

 span { border-color: rgb(145,7,50); }

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