#910633

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

Shades of Burgundy #910633

Tints of Burgundy #910633

Color information

#910633 (or 0x910633) is unknown color: approx Burgundy. HEX triplet: 91, 06 and 33. RGB value is (145,6,51). Sum of RGB (Red+Green+Blue) = 145+6+51=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #910633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910633 is #6EF9CC. Grayscale: #343434. Windows color (decimal): -7272909 or 3344017. OLE color: 3344017.

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

Color convert

RGB145651-
CMYK00.960.650.43
HSL340.58º92.05%29.61%-
HSV(B)340.58º95.86%56.86%-
XYZ12.346.393.71-
YUV52.69127.05193.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=71.78%
G=2.97%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14565100.960.650.43340.5892.0529.61
Hex91633060412B1555c1e
Octal22166301401015352513436
Binary10010001110110011011000001000001101011101010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910633; }

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

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

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

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

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

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

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

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