Html Css Color HEX #953F48 Solid Pink

📋 copy color: '#953F48'

red 149 ◦ green 63 ◦ blue 72

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

Shades of Solid Pink #953F48

Tints of Solid Pink #953F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 52.46%
G = 22.18%
B = 25.35%

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

#953F48 (or 0x953F48) is known color: Solid Pink. HEX triplet: 95, 3F and 48. RGB value is (149,63,72). Sum of RGB (Red+Green+Blue) = 149+63+72=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #953F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F48 is #6AC0B7. Grayscale: #595959. Windows color (decimal): -6996152 or 4734869. OLE color: 4734869.

HSL color Cylindrical-coordinate representation of color #953F48: hue angle of 353.72º 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 #953F48 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 72 -
CMYK 0 0.58 0.52 0.42
HSL 353.72º 0.41% 0.42% -
HSV(B) 353.72º 0.58% 0.58% -
XYZ 15.34 10.41 7.33 -
YUV 89.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 149 63 72 0 0.58 0.52 0.42 353.72 0.41 0.42
Hex 95 3F 48 0 3A 34 2A 162 29 2A
Octal 225 77 110 0 72 64 52 542 51 52
Binary 10010101 111111 1001000 0 111010 110100 101010 101100010 101001 101010

Color Harmonies of #953F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F48

Black with #953F48

Text Example


Text Example

White with #953F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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