#99527B

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

Shades of Strikemaster #99527B

Tints of Strikemaster #99527B

Color information

#99527B (or 0x99527B) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 7B. RGB value is (153,82,123). Sum of RGB (Red+Green+Blue) = 153+82+123=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99527B is #66AD84. Grayscale: #6B6B6B. Windows color (decimal): -6729093 or 8082073. OLE color: 8082073.

HSL color Cylindrical-coordinate representation of color #99527B: hue angle of 325.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99527B is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15382123-
CMYK00.460.200.4
HSL325.35º30.21%46.08%-
HSV(B)325.35º46.41%60%-
XYZ19.7314.2420.45-
YUV107.9136.52160.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=42.74%
G=22.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538212300.460.200.4325.3530.2146.08
Hex99527B02E14281451e2e
Octal23112217305624505053656
Binary100110011010010111101101011101010010100010100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99527B; }

 p { color: rgb(153,82,123); }

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

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

 a { background-color: rgb(153,82,123); }

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

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

 span { border-color: rgb(153,82,123); }

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