Html Css Color HEX #967182 Strikemaster

📋 copy color: '#967182'

red 150 ◦ green 113 ◦ blue 130

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

Shades of Strikemaster #967182

Tints of Strikemaster #967182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 38.17%
G = 28.75%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967182 (or 0x967182) is known color: Strikemaster. HEX triplet: 96, 71 and 82. RGB value is (150,113,130). Sum of RGB (Red+Green+Blue) = 150+113+130=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967182 is #698E7D. Grayscale: #7D7D7D. Windows color (decimal): -6917758 or 8548758. OLE color: 8548758.

HSL color Cylindrical-coordinate representation of color #967182: hue angle of 332.43º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967182 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 130 -
CMYK 0 0.25 0.13 0.41
HSL 332.43º 0.15% 0.52% -
HSV(B) 332.43º 0.25% 0.59% -
XYZ 22.51 19.91 23.77 -
YUV 126 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 150 113 130 0 0.25 0.13 0.41 332.43 0.15 0.52
Hex 96 71 82 0 19 D 29 14C F 34
Octal 226 161 202 0 31 15 51 514 17 64
Binary 10010110 1110001 10000010 0 11001 1101 101001 101001100 1111 110100

Color Harmonies of #967182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967182

Black with #967182

Text Example


Text Example

White with #967182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967182; }

 p { color: rgb(150,113,130); }

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

background-color css

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

 a { background-color: rgb(150,113,130); }

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

border-color css

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

 span { border-color: rgb(150,113,130); }

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