Html Css Color HEX #954149 Solid Pink

📋 copy color: '#954149'

red 149 ◦ green 65 ◦ blue 73

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

Shades of Solid Pink #954149

Tints of Solid Pink #954149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 51.92%
G = 22.65%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#954149 (or 0x954149) is known color: Solid Pink. HEX triplet: 95, 41 and 49. RGB value is (149,65,73). Sum of RGB (Red+Green+Blue) = 149+65+73=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954149 is #6ABEB6. Grayscale: #5B5B5B. Windows color (decimal): -6995639 or 4800917. OLE color: 4800917.

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

Color convert

RGB 149 65 73 -
CMYK 0 0.56 0.51 0.42
HSL 354.29º 0.39% 0.42% -
HSV(B) 354.29º 0.56% 0.58% -
XYZ 15.49 10.65 7.54 -
YUV 91.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 149 65 73 0 0.56 0.51 0.42 354.29 0.39 0.42
Hex 95 41 49 0 38 33 2A 162 27 2A
Octal 225 101 111 0 70 63 52 542 47 52
Binary 10010101 1000001 1001001 0 111000 110011 101010 101100010 100111 101010

Color Harmonies of #954149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954149

Black with #954149

Text Example


Text Example

White with #954149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954149; }

 p { color: rgb(149,65,73); }

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

background-color css

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

 a { background-color: rgb(149,65,73); }

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

border-color css

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

 span { border-color: rgb(149,65,73); }

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