Html Css Color HEX #884F50 Solid Pink

📋 copy color: '#884F50'

red 136 ◦ green 79 ◦ blue 80

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

Shades of Solid Pink #884F50

Tints of Solid Pink #884F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 46.1%
G = 26.78%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#884F50 (or 0x884F50) is known color: Solid Pink. HEX triplet: 88, 4F and 50. RGB value is (136,79,80). Sum of RGB (Red+Green+Blue) = 136+79+80=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F50 is #77B0AF. Grayscale: #606060. Windows color (decimal): -7844016 or 5263240. OLE color: 5263240.

HSL color Cylindrical-coordinate representation of color #884F50: hue angle of 358.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F50 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 80 -
CMYK 0 0.42 0.41 0.47
HSL 358.95º 0.27% 0.42% -
HSV(B) 358.95º 0.42% 0.53% -
XYZ 14.4 11.41 9.03 -
YUV 96.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 136 79 80 0 0.42 0.41 0.47 358.95 0.27 0.42
Hex 88 4F 50 0 2A 29 2F 167 1B 2A
Octal 210 117 120 0 52 51 57 547 33 52
Binary 10001000 1001111 1010000 0 101010 101001 101111 101100111 11011 101010

Color Harmonies of #884F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F50

Black with #884F50

Text Example


Text Example

White with #884F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884F50; }

 p { color: rgb(136,79,80); }

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

background-color css

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

 a { background-color: rgb(136,79,80); }

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

border-color css

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

 span { border-color: rgb(136,79,80); }

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