#910632

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

Shades of Burgundy #910632

Tints of Burgundy #910632

Color information

#910632 (or 0x910632) is unknown color: approx Burgundy. HEX triplet: 91, 06 and 32. RGB value is (145,6,50). Sum of RGB (Red+Green+Blue) = 145+6+50=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910632 is #6EF9CD. Grayscale: #343434. Windows color (decimal): -7272910 or 3278481. OLE color: 3278481.

HSL color Cylindrical-coordinate representation of color #910632: hue angle of 341.01º 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 #910632 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB145650-
CMYK00.960.660.43
HSL341.01º92.05%29.61%-
HSV(B)341.01º95.86%56.86%-
XYZ12.326.383.6-
YUV52.58126.55193.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=72.14%
G=2.99%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14565000.960.660.43341.0192.0529.61
Hex91632060422B1555c1e
Octal22166201401025352513436
Binary10010001110110010011000001000010101011101010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910632; }

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

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

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

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

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

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

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

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