Html Css Color HEX #957282 Strikemaster

📋 copy color: '#957282'

red 149 ◦ green 114 ◦ blue 130

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

Shades of Strikemaster #957282

Tints of Strikemaster #957282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 37.91%
G = 29.01%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957282 (or 0x957282) is known color: Strikemaster. HEX triplet: 95, 72 and 82. RGB value is (149,114,130). Sum of RGB (Red+Green+Blue) = 149+114+130=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #957282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957282 is #6A8D7D. Grayscale: #7E7E7E. Windows color (decimal): -6983038 or 8549013. OLE color: 8549013.

HSL color Cylindrical-coordinate representation of color #957282: hue angle of 332.57º 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 #957282 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 130 -
CMYK 0 0.23 0.13 0.42
HSL 332.57º 0.14% 0.52% -
HSV(B) 332.57º 0.23% 0.58% -
XYZ 22.44 20.04 23.8 -
YUV 126.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 149 114 130 0 0.23 0.13 0.42 332.57 0.14 0.52
Hex 95 72 82 0 17 D 2A 14D E 34
Octal 225 162 202 0 27 15 52 515 16 64
Binary 10010101 1110010 10000010 0 10111 1101 101010 101001101 1110 110100

Color Harmonies of #957282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957282

Black with #957282

Text Example


Text Example

White with #957282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957282; }

 p { color: rgb(149,114,130); }

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

background-color css

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

 a { background-color: rgb(149,114,130); }

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

border-color css

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

 span { border-color: rgb(149,114,130); }

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