Html Css Color HEX #99537B Strikemaster

📋 copy color: '#99537B'

red 153 ◦ green 83 ◦ blue 123

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

Shades of Strikemaster #99537B

Tints of Strikemaster #99537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 42.62%
G = 23.12%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99537B (or 0x99537B) is known color: Strikemaster. HEX triplet: 99, 53 and 7B. RGB value is (153,83,123). Sum of RGB (Red+Green+Blue) = 153+83+123=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99537B is #66AC84. Grayscale: #6C6C6C. Windows color (decimal): -6728837 or 8082329. OLE color: 8082329.

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

Color convert

RGB 153 83 123 -
CMYK 0 0.46 0.20 0.4
HSL 325.71º 0.3% 0.46% -
HSV(B) 325.71º 0.46% 0.6% -
XYZ 19.81 14.39 20.47 -
YUV 108.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 153 83 123 0 0.46 0.20 0.4 325.71 0.3 0.46
Hex 99 53 7B 0 2E 14 28 146 1E 2E
Octal 231 123 173 0 56 24 50 506 36 56
Binary 10011001 1010011 1111011 0 101110 10100 101000 101000110 11110 101110

Color Harmonies of #99537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99537B

Black with #99537B

Text Example


Text Example

White with #99537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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