Html Css Color HEX #99537F Strikemaster

📋 copy color: '#99537F'

red 153 ◦ green 83 ◦ blue 127

#99537F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #99537F

Tints of Strikemaster #99537F

RGB

 RED value IS 153 (60.16% from 255) = 42.15%

 GREEN value IS 83 (32.81% from 255) = 22.87%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 42.15%
G = 22.87%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99537F (or 0x99537F) is known color: Strikemaster. HEX triplet: 99, 53 and 7F. RGB value is (153,83,127). Sum of RGB (Red+Green+Blue) = 153+83+127=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99537F is #66AC80. Grayscale: #6C6C6C. Windows color (decimal): -6728833 or 8344473. OLE color: 8344473.

HSL color Cylindrical-coordinate representation of color #99537F: hue angle of 322.29º 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 #99537F is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 127 -
CMYK 0 0.46 0.17 0.4
HSL 322.29º 0.3% 0.46% -
HSV(B) 322.29º 0.46% 0.6% -
XYZ 20.06 14.49 21.82 -
YUV 108.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 153 83 127 0 0.46 0.17 0.4 322.29 0.3 0.46
Hex 99 53 7F 0 2E 11 28 142 1E 2E
Octal 231 123 177 0 56 21 50 502 36 56
Binary 10011001 1010011 1111111 0 101110 10001 101000 101000010 11110 101110

Color Harmonies of #99537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99537F

Black with #99537F

Text Example


Text Example

White with #99537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,83,127); }

 H1.HeaderClassName
 {
   color: #99537F;
 }
 .AnyTagClassName
 {
   color: #99537F;
 }
</style>

background-color css

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

 a { background-color: rgb(153,83,127); }

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

border-color css

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

 span { border-color: rgb(153,83,127); }

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