Html Css Color HEX #955D79 Strikemaster

📋 copy color: '#955D79'

red 149 ◦ green 93 ◦ blue 121

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

Shades of Strikemaster #955D79

Tints of Strikemaster #955D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 41.05%
G = 25.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955D79 (or 0x955D79) is known color: Strikemaster. HEX triplet: 95, 5D and 79. RGB value is (149,93,121). Sum of RGB (Red+Green+Blue) = 149+93+121=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D79 is #6AA286. Grayscale: #707070. Windows color (decimal): -6988423 or 7953813. OLE color: 7953813.

HSL color Cylindrical-coordinate representation of color #955D79: hue angle of 330º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D79 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 121 -
CMYK 0 0.38 0.19 0.42
HSL 330º 0.23% 0.47% -
HSV(B) 330º 0.38% 0.58% -
XYZ 19.76 15.6 20.06 -
YUV 112.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 149 93 121 0 0.38 0.19 0.42 330 0.23 0.47
Hex 95 5D 79 0 26 13 2A 14A 17 2F
Octal 225 135 171 0 46 23 52 512 27 57
Binary 10010101 1011101 1111001 0 100110 10011 101010 101001010 10111 101111

Color Harmonies of #955D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D79

Black with #955D79

Text Example


Text Example

White with #955D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D79; }

 p { color: rgb(149,93,121); }

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

background-color css

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

 a { background-color: rgb(149,93,121); }

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

border-color css

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

 span { border-color: rgb(149,93,121); }

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