#910738

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

Shades of Burgundy #910738

Tints of Burgundy #910738

Color information

#910738 (or 0x910738) is unknown color: approx Burgundy. HEX triplet: 91, 07 and 38. RGB value is (145,7,56). Sum of RGB (Red+Green+Blue) = 145+7+56=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #910738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910738 is #6EF8C7. Grayscale: #353535. Windows color (decimal): -7272648 or 3671953. OLE color: 3671953.

HSL color Cylindrical-coordinate representation of color #910738: hue angle of 338.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910738 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB145756-
CMYK00.950.610.43
HSL338.7º90.79%29.8%-
HSV(B)338.7º95.17%56.86%-
XYZ12.476.464.33-
YUV53.85129.22193.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=69.71%
G=3.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14575600.950.610.43338.790.7929.8
Hex9173805F3D2B1535b1e
Octal2217700137755352313336
Binary1001000111111100001011111111101101011101010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910738; }

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

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

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

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

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

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

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

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