#910538

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

Shades of Burgundy #910538

Tints of Burgundy #910538

Color information

#910538 (or 0x910538) is unknown color: approx Burgundy. HEX triplet: 91, 05 and 38. RGB value is (145,5,56). Sum of RGB (Red+Green+Blue) = 145+5+56=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #910538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910538 is #6EFAC7. Grayscale: #343434. Windows color (decimal): -7273160 or 3671441. OLE color: 3671441.

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

Color convert

RGB145556-
CMYK00.970.610.43
HSL338.14º93.33%29.41%-
HSV(B)338.14º96.55%56.86%-
XYZ12.456.414.32-
YUV52.67129.88193.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=70.39%
G=2.43%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555600.970.610.43338.1493.3329.41
Hex915380613D2B1525d1d
Octal2215700141755352213535
Binary1001000110111100001100001111101101011101010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910538; }

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

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

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

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

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

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

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

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