Html Css Color HEX #965379 Strikemaster

📋 copy color: '#965379'

red 150 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #965379

Tints of Strikemaster #965379

RGB

 RED value IS 150 (58.98% from 255) = 42.37%

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

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

R = 42.37%
G = 23.45%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965379 (or 0x965379) is known color: Strikemaster. HEX triplet: 96, 53 and 79. RGB value is (150,83,121). Sum of RGB (Red+Green+Blue) = 150+83+121=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #965379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965379 is #69AC86. Grayscale: #6B6B6B. Windows color (decimal): -6925447 or 7951254. OLE color: 7951254.

HSL color Cylindrical-coordinate representation of color #965379: hue angle of 325.97º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965379 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 121 -
CMYK 0 0.45 0.19 0.41
HSL 325.97º 0.29% 0.46% -
HSV(B) 325.97º 0.45% 0.59% -
XYZ 19.12 14.05 19.79 -
YUV 107.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 150 83 121 0 0.45 0.19 0.41 325.97 0.29 0.46
Hex 96 53 79 0 2D 13 29 146 1D 2E
Octal 226 123 171 0 55 23 51 506 35 56
Binary 10010110 1010011 1111001 0 101101 10011 101001 101000110 11101 101110

Color Harmonies of #965379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965379

Black with #965379

Text Example


Text Example

White with #965379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965379; }

 p { color: rgb(150,83,121); }

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

background-color css

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

 a { background-color: rgb(150,83,121); }

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

border-color css

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

 span { border-color: rgb(150,83,121); }

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