Html Css Color HEX #953F47 Solid Pink

📋 copy color: '#953F47'

red 149 ◦ green 63 ◦ blue 71

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

Shades of Solid Pink #953F47

Tints of Solid Pink #953F47

RGB

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

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

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

R = 52.65%
G = 22.26%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953F47 (or 0x953F47) is known color: Solid Pink. HEX triplet: 95, 3F and 47. RGB value is (149,63,71). Sum of RGB (Red+Green+Blue) = 149+63+71=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F47 is #6AC0B8. Grayscale: #595959. Windows color (decimal): -6996153 or 4669333. OLE color: 4669333.

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

Color convert

RGB 149 63 71 -
CMYK 0 0.58 0.52 0.42
HSL 354.42º 0.41% 0.42% -
HSV(B) 354.42º 0.58% 0.58% -
XYZ 15.31 10.4 7.16 -
YUV 89.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 149 63 71 0 0.58 0.52 0.42 354.42 0.41 0.42
Hex 95 3F 47 0 3A 34 2A 162 29 2A
Octal 225 77 107 0 72 64 52 542 51 52
Binary 10010101 111111 1000111 0 111010 110100 101010 101100010 101001 101010

Color Harmonies of #953F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F47

Black with #953F47

Text Example


Text Example

White with #953F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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