Html Css Color HEX #963F47 Solid Pink

📋 copy color: '#963F47'

red 150 ◦ green 63 ◦ blue 71

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

Shades of Solid Pink #963F47

Tints of Solid Pink #963F47

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 52.82%
G = 22.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#963F47 (or 0x963F47) is known color: Solid Pink. HEX triplet: 96, 3F and 47. RGB value is (150,63,71). Sum of RGB (Red+Green+Blue) = 150+63+71=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #963F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F47 is #69C0B8. Grayscale: #595959. Windows color (decimal): -6930617 or 4669334. OLE color: 4669334.

HSL color Cylindrical-coordinate representation of color #963F47: hue angle of 354.48º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F47 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 71 -
CMYK 0 0.58 0.53 0.41
HSL 354.48º 0.41% 0.42% -
HSV(B) 354.48º 0.58% 0.59% -
XYZ 15.49 10.49 7.17 -
YUV 89.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 150 63 71 0 0.58 0.53 0.41 354.48 0.41 0.42
Hex 96 3F 47 0 3A 35 29 162 29 2A
Octal 226 77 107 0 72 65 51 542 51 52
Binary 10010110 111111 1000111 0 111010 110101 101001 101100010 101001 101010

Color Harmonies of #963F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F47

Black with #963F47

Text Example


Text Example

White with #963F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F47; }

 p { color: rgb(150,63,71); }

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

background-color css

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

 a { background-color: rgb(150,63,71); }

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

border-color css

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

 span { border-color: rgb(150,63,71); }

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