#910634

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

Shades of Burgundy #910634

Tints of Burgundy #910634

Color information

#910634 (or 0x910634) is unknown color: approx Burgundy. HEX triplet: 91, 06 and 34. RGB value is (145,6,52). Sum of RGB (Red+Green+Blue) = 145+6+52=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910634 is #6EF9CB. Grayscale: #343434. Windows color (decimal): -7272908 or 3409553. OLE color: 3409553.

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

Color convert

RGB145652-
CMYK00.960.640.43
HSL340.14º92.05%29.61%-
HSV(B)340.14º95.86%56.86%-
XYZ12.366.43.83-
YUV52.8127.55193.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=71.43%
G=2.96%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14565200.960.640.43340.1492.0529.61
Hex91634060402B1545c1e
Octal22166401401005352413436
Binary10010001110110100011000001000000101011101010100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910634; }

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

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

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

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

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

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

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

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