Html Css Color HEX #884147 Solid Pink

📋 copy color: '#884147'

red 136 ◦ green 65 ◦ blue 71

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

Shades of Solid Pink #884147

Tints of Solid Pink #884147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 50%
G = 23.9%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#884147 (or 0x884147) is known color: Solid Pink. HEX triplet: 88, 41 and 47. RGB value is (136,65,71). Sum of RGB (Red+Green+Blue) = 136+65+71=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884147 is #77BEB8. Grayscale: #565656. Windows color (decimal): -7847609 or 4669832. OLE color: 4669832.

HSL color Cylindrical-coordinate representation of color #884147: hue angle of 354.93º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884147 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 71 -
CMYK 0 0.52 0.48 0.47
HSL 354.93º 0.35% 0.39% -
HSV(B) 354.93º 0.52% 0.53% -
XYZ 13.18 9.47 7.09 -
YUV 86.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 136 65 71 0 0.52 0.48 0.47 354.93 0.35 0.39
Hex 88 41 47 0 34 30 2F 163 23 27
Octal 210 101 107 0 64 60 57 543 43 47
Binary 10001000 1000001 1000111 0 110100 110000 101111 101100011 100011 100111

Color Harmonies of #884147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884147

Black with #884147

Text Example


Text Example

White with #884147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884147; }

 p { color: rgb(136,65,71); }

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

background-color css

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

 a { background-color: rgb(136,65,71); }

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

border-color css

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

 span { border-color: rgb(136,65,71); }

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