#91597F

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

Shades of Strikemaster #91597F

Tints of Strikemaster #91597F

Color information

#91597F (or 0x91597F) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 7F. RGB value is (145,89,127). Sum of RGB (Red+Green+Blue) = 145+89+127=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #91597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597F is #6EA680. Grayscale: #6D6D6D. Windows color (decimal): -7251585 or 8346001. OLE color: 8346001.

HSL color Cylindrical-coordinate representation of color #91597F: hue angle of 319.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91597F is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14589127-
CMYK00.390.120.43
HSL319.29º23.93%45.88%-
HSV(B)319.29º38.62%56.86%-
XYZ19.0814.721.91-
YUV110.08137.55152.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 127 (50% from 255) = 35.18%
R=40.17%
G=24.65%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458912700.390.120.43319.2923.9345.88
Hex91597F027C2B13f182e
Octal22113117704714534773056
Binary10010001101100111111110100111110010101110011111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91597F; }

 p { color: rgb(145,89,127); }

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

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

 a { background-color: rgb(145,89,127); }

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

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

 span { border-color: rgb(145,89,127); }

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