Html Css Color HEX #884855 Solid Pink

📋 copy color: '#884855'

red 136 ◦ green 72 ◦ blue 85

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

Shades of Solid Pink #884855

Tints of Solid Pink #884855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 46.42%
G = 24.57%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884855 (or 0x884855) is known color: Solid Pink. HEX triplet: 88, 48 and 55. RGB value is (136,72,85). Sum of RGB (Red+Green+Blue) = 136+72+85=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884855 is #77B7AA. Grayscale: #5C5C5C. Windows color (decimal): -7845803 or 5589128. OLE color: 5589128.

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

Color convert

RGB 136 72 85 -
CMYK 0 0.47 0.38 0.47
HSL 347.81º 0.31% 0.41% -
HSV(B) 347.81º 0.47% 0.53% -
XYZ 14.11 10.52 9.88 -
YUV 92.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 136 72 85 0 0.47 0.38 0.47 347.81 0.31 0.41
Hex 88 48 55 0 2F 26 2F 15C 1F 29
Octal 210 110 125 0 57 46 57 534 37 51
Binary 10001000 1001000 1010101 0 101111 100110 101111 101011100 11111 101001

Color Harmonies of #884855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884855

Black with #884855

Text Example


Text Example

White with #884855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884855; }

 p { color: rgb(136,72,85); }

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

background-color css

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

 a { background-color: rgb(136,72,85); }

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

border-color css

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

 span { border-color: rgb(136,72,85); }

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