Html Css Color HEX #884247 Solid Pink

📋 copy color: '#884247'

red 136 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #884247

Tints of Solid Pink #884247

RGB

 RED value IS 136 (53.52% from 255) = 49.82%

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

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

R = 49.82%
G = 24.18%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#884247 (or 0x884247) is known color: Solid Pink. HEX triplet: 88, 42 and 47. RGB value is (136,66,71). Sum of RGB (Red+Green+Blue) = 136+66+71=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884247 is #77BDB8. Grayscale: #575757. Windows color (decimal): -7847353 or 4670088. OLE color: 4670088.

HSL color Cylindrical-coordinate representation of color #884247: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884247 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 71 -
CMYK 0 0.51 0.48 0.47
HSL 355.71º 0.35% 0.4% -
HSV(B) 355.71º 0.51% 0.53% -
XYZ 13.24 9.59 7.11 -
YUV 87.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 136 66 71 0 0.51 0.48 0.47 355.71 0.35 0.4
Hex 88 42 47 0 33 30 2F 164 23 28
Octal 210 102 107 0 63 60 57 544 43 50
Binary 10001000 1000010 1000111 0 110011 110000 101111 101100100 100011 101000

Color Harmonies of #884247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884247

Black with #884247

Text Example


Text Example

White with #884247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884247; }

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

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

background-color css

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

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

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

border-color css

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

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

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