Html Css Color HEX #954349 Solid Pink

📋 copy color: '#954349'

red 149 ◦ green 67 ◦ blue 73

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

Shades of Solid Pink #954349

Tints of Solid Pink #954349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

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

R = 51.56%
G = 23.18%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#954349 (or 0x954349) is known color: Solid Pink. HEX triplet: 95, 43 and 49. RGB value is (149,67,73). Sum of RGB (Red+Green+Blue) = 149+67+73=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954349 is #6ABCB6. Grayscale: #5C5C5C. Windows color (decimal): -6995127 or 4801429. OLE color: 4801429.

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

Color convert

RGB 149 67 73 -
CMYK 0 0.55 0.51 0.42
HSL 355.61º 0.38% 0.42% -
HSV(B) 355.61º 0.55% 0.58% -
XYZ 15.6 10.88 7.58 -
YUV 92.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 149 67 73 0 0.55 0.51 0.42 355.61 0.38 0.42
Hex 95 43 49 0 37 33 2A 164 26 2A
Octal 225 103 111 0 67 63 52 544 46 52
Binary 10010101 1000011 1001001 0 110111 110011 101010 101100100 100110 101010

Color Harmonies of #954349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954349

Black with #954349

Text Example


Text Example

White with #954349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954349; }

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

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

background-color css

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

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

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

border-color css

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

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

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