Html Css Color HEX #884950 Solid Pink

📋 copy color: '#884950'

red 136 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #884950

Tints of Solid Pink #884950

RGB

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

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

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

R = 47.06%
G = 25.26%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#884950 (or 0x884950) is known color: Solid Pink. HEX triplet: 88, 49 and 50. RGB value is (136,73,80). Sum of RGB (Red+Green+Blue) = 136+73+80=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884950 is #77B6AF. Grayscale: #5C5C5C. Windows color (decimal): -7845552 or 5261704. OLE color: 5261704.

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

Color convert

RGB 136 73 80 -
CMYK 0 0.46 0.41 0.47
HSL 353.33º 0.3% 0.41% -
HSV(B) 353.33º 0.46% 0.53% -
XYZ 13.98 10.58 8.89 -
YUV 92.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 136 73 80 0 0.46 0.41 0.47 353.33 0.3 0.41
Hex 88 49 50 0 2E 29 2F 161 1E 29
Octal 210 111 120 0 56 51 57 541 36 51
Binary 10001000 1001001 1010000 0 101110 101001 101111 101100001 11110 101001

Color Harmonies of #884950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884950

Black with #884950

Text Example


Text Example

White with #884950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884950; }

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

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

background-color css

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

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

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

border-color css

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

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

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