Html Css Color HEX #884447 Solid Pink

📋 copy color: '#884447'

red 136 ◦ green 68 ◦ blue 71

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

Shades of Solid Pink #884447

Tints of Solid Pink #884447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 49.45%
G = 24.73%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#884447 (or 0x884447) is known color: Solid Pink. HEX triplet: 88, 44 and 47. RGB value is (136,68,71). Sum of RGB (Red+Green+Blue) = 136+68+71=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #884447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884447 is #77BBB8. Grayscale: #585858. Windows color (decimal): -7846841 or 4670600. OLE color: 4670600.

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

Color convert

RGB 136 68 71 -
CMYK 0 0.50 0.48 0.47
HSL 357.35º 0.33% 0.4% -
HSV(B) 357.35º 0.5% 0.53% -
XYZ 13.36 9.82 7.15 -
YUV 88.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 136 68 71 0 0.50 0.48 0.47 357.35 0.33 0.4
Hex 88 44 47 0 32 30 2F 165 21 28
Octal 210 104 107 0 62 60 57 545 41 50
Binary 10001000 1000100 1000111 0 110010 110000 101111 101100101 100001 101000

Color Harmonies of #884447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884447

Black with #884447

Text Example


Text Example

White with #884447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884447; }

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

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

background-color css

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

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

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

border-color css

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

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

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