Html Css Color HEX #953E47 Solid Pink

📋 copy color: '#953E47'

red 149 ◦ green 62 ◦ blue 71

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

Shades of Solid Pink #953E47

Tints of Solid Pink #953E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 52.84%
G = 21.99%
B = 25.18%

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

#953E47 (or 0x953E47) is known color: Solid Pink. HEX triplet: 95, 3E and 47. RGB value is (149,62,71). Sum of RGB (Red+Green+Blue) = 149+62+71=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #953E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E47 is #6AC1B8. Grayscale: #595959. Windows color (decimal): -6996409 or 4669077. OLE color: 4669077.

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

Color convert

RGB 149 62 71 -
CMYK 0 0.58 0.52 0.42
HSL 353.79º 0.41% 0.41% -
HSV(B) 353.79º 0.58% 0.58% -
XYZ 15.25 10.29 7.14 -
YUV 89.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 149 62 71 0 0.58 0.52 0.42 353.79 0.41 0.41
Hex 95 3E 47 0 3A 34 2A 162 29 29
Octal 225 76 107 0 72 64 52 542 51 51
Binary 10010101 111110 1000111 0 111010 110100 101010 101100010 101001 101001

Color Harmonies of #953E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E47

Black with #953E47

Text Example


Text Example

White with #953E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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