Html Css Color HEX #954247 Solid Pink

📋 copy color: '#954247'

red 149 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #954247

Tints of Solid Pink #954247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 52.1%
G = 23.08%
B = 24.83%

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

#954247 (or 0x954247) is known color: Solid Pink. HEX triplet: 95, 42 and 47. RGB value is (149,66,71). Sum of RGB (Red+Green+Blue) = 149+66+71=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954247 is #6ABDB8. Grayscale: #5B5B5B. Windows color (decimal): -6995385 or 4670101. OLE color: 4670101.

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

Color convert

RGB 149 66 71 -
CMYK 0 0.56 0.52 0.42
HSL 356.39º 0.39% 0.42% -
HSV(B) 356.39º 0.56% 0.58% -
XYZ 15.48 10.74 7.22 -
YUV 91.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 149 66 71 0 0.56 0.52 0.42 356.39 0.39 0.42
Hex 95 42 47 0 38 34 2A 164 27 2A
Octal 225 102 107 0 70 64 52 544 47 52
Binary 10010101 1000010 1000111 0 111000 110100 101010 101100100 100111 101010

Color Harmonies of #954247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954247

Black with #954247

Text Example


Text Example

White with #954247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954247; }

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

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

background-color css

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

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

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

border-color css

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

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

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