#910535

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

Shades of Burgundy #910535

Tints of Burgundy #910535

Color information

#910535 (or 0x910535) is unknown color: approx Burgundy. HEX triplet: 91, 05 and 35. RGB value is (145,5,53). Sum of RGB (Red+Green+Blue) = 145+5+53=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910535 is #6EFACA. Grayscale: #343434. Windows color (decimal): -7273163 or 3474833. OLE color: 3474833.

HSL color Cylindrical-coordinate representation of color #910535: hue angle of 339.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910535 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB145553-
CMYK00.970.630.43
HSL339.43º93.33%29.41%-
HSV(B)339.43º96.55%56.86%-
XYZ12.376.393.95-
YUV52.33128.38194.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=71.43%
G=2.46%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555300.970.630.43339.4393.3329.41
Hex915350613F2B1535d1d
Octal2215650141775352313535
Binary1001000110111010101100001111111101011101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910535; }

 p { color: rgb(145,5,53); }

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

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

 a { background-color: rgb(145,5,53); }

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

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

 span { border-color: rgb(145,5,53); }

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