Html Css Color HEX #957383 Strikemaster

📋 copy color: '#957383'

red 149 ◦ green 115 ◦ blue 131

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

Shades of Strikemaster #957383

Tints of Strikemaster #957383

RGB

 RED value IS 149 (58.59% from 255) = 37.72%

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 37.72%
G = 29.11%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957383 (or 0x957383) is known color: Strikemaster. HEX triplet: 95, 73 and 83. RGB value is (149,115,131). Sum of RGB (Red+Green+Blue) = 149+115+131=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #957383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957383 is #6A8C7C. Grayscale: #7E7E7E. Windows color (decimal): -6982781 or 8614805. OLE color: 8614805.

HSL color Cylindrical-coordinate representation of color #957383: hue angle of 331.76º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957383 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 131 -
CMYK 0 0.23 0.12 0.42
HSL 331.76º 0.14% 0.52% -
HSV(B) 331.76º 0.23% 0.58% -
XYZ 22.62 20.29 24.2 -
YUV 126.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 149 115 131 0 0.23 0.12 0.42 331.76 0.14 0.52
Hex 95 73 83 0 17 C 2A 14C E 34
Octal 225 163 203 0 27 14 52 514 16 64
Binary 10010101 1110011 10000011 0 10111 1100 101010 101001100 1110 110100

Color Harmonies of #957383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957383

Black with #957383

Text Example


Text Example

White with #957383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957383; }

 p { color: rgb(149,115,131); }

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

background-color css

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

 a { background-color: rgb(149,115,131); }

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

border-color css

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

 span { border-color: rgb(149,115,131); }

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