Html Css Color HEX #884550 Solid Pink

📋 copy color: '#884550'

red 136 ◦ green 69 ◦ blue 80

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

Shades of Solid Pink #884550

Tints of Solid Pink #884550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 47.72%
G = 24.21%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#884550 (or 0x884550) is known color: Solid Pink. HEX triplet: 88, 45 and 50. RGB value is (136,69,80). Sum of RGB (Red+Green+Blue) = 136+69+80=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884550 is #77BAAF. Grayscale: #5A5A5A. Windows color (decimal): -7846576 or 5260680. OLE color: 5260680.

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

Color convert

RGB 136 69 80 -
CMYK 0 0.49 0.41 0.47
HSL 350.15º 0.33% 0.4% -
HSV(B) 350.15º 0.49% 0.53% -
XYZ 13.73 10.07 8.81 -
YUV 90.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 136 69 80 0 0.49 0.41 0.47 350.15 0.33 0.4
Hex 88 45 50 0 31 29 2F 15E 21 28
Octal 210 105 120 0 61 51 57 536 41 50
Binary 10001000 1000101 1010000 0 110001 101001 101111 101011110 100001 101000

Color Harmonies of #884550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884550

Black with #884550

Text Example


Text Example

White with #884550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884550; }

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

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

background-color css

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

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

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

border-color css

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

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

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