#910A34

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

Shades of Burgundy #910A34

Tints of Burgundy #910A34

Color information

#910A34 (or 0x910A34) is unknown color: approx Burgundy. HEX triplet: 91, 0A and 34. RGB value is (145,10,52). Sum of RGB (Red+Green+Blue) = 145+10+52=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #910A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A34 is #6EF5CB. Grayscale: #373737. Windows color (decimal): -7271884 or 3410577. OLE color: 3410577.

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

Color convert

RGB1451052-
CMYK00.930.640.43
HSL341.33º87.1%30.39%-
HSV(B)341.33º93.1%56.86%-
XYZ12.416.483.85-
YUV55.15126.23192.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.05%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=70.05%
G=4.83%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145105200.930.640.43341.3387.130.39
Hex91A3405D402B155571e
Octal221126401351005352512736
Binary100100011010110100010111011000000101011101010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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