Html Css Color HEX #954147 Solid Pink

📋 copy color: '#954147'

red 149 ◦ green 65 ◦ blue 71

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

Shades of Solid Pink #954147

Tints of Solid Pink #954147

RGB

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

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

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

R = 52.28%
G = 22.81%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954147 (or 0x954147) is known color: Solid Pink. HEX triplet: 95, 41 and 47. RGB value is (149,65,71). Sum of RGB (Red+Green+Blue) = 149+65+71=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954147 is #6ABEB8. Grayscale: #5A5A5A. Windows color (decimal): -6995641 or 4669845. OLE color: 4669845.

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

Color convert

RGB 149 65 71 -
CMYK 0 0.56 0.52 0.42
HSL 355.71º 0.39% 0.42% -
HSV(B) 355.71º 0.56% 0.58% -
XYZ 15.42 10.63 7.2 -
YUV 90.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 149 65 71 0 0.56 0.52 0.42 355.71 0.39 0.42
Hex 95 41 47 0 38 34 2A 164 27 2A
Octal 225 101 107 0 70 64 52 544 47 52
Binary 10010101 1000001 1000111 0 111000 110100 101010 101100100 100111 101010

Color Harmonies of #954147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954147

Black with #954147

Text Example


Text Example

White with #954147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954147; }

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

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

background-color css

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

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

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

border-color css

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

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

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