Html Css Color HEX #884951 Solid Pink

📋 copy color: '#884951'

red 136 ◦ green 73 ◦ blue 81

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

Shades of Solid Pink #884951

Tints of Solid Pink #884951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 46.9%
G = 25.17%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#884951 (or 0x884951) is known color: Solid Pink. HEX triplet: 88, 49 and 51. RGB value is (136,73,81). Sum of RGB (Red+Green+Blue) = 136+73+81=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884951 is #77B6AE. Grayscale: #5C5C5C. Windows color (decimal): -7845551 or 5327240. OLE color: 5327240.

HSL color Cylindrical-coordinate representation of color #884951: hue angle of 352.38º 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 #884951 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 81 -
CMYK 0 0.46 0.40 0.47
HSL 352.38º 0.3% 0.41% -
HSV(B) 352.38º 0.46% 0.53% -
XYZ 14.02 10.59 9.09 -
YUV 92.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 136 73 81 0 0.46 0.40 0.47 352.38 0.3 0.41
Hex 88 49 51 0 2E 28 2F 160 1E 29
Octal 210 111 121 0 56 50 57 540 36 51
Binary 10001000 1001001 1010001 0 101110 101000 101111 101100000 11110 101001

Color Harmonies of #884951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884951

Black with #884951

Text Example


Text Example

White with #884951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884951; }

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

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

background-color css

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

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

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

border-color css

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

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

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