Html Css Color HEX #884A4C Solid Pink

📋 copy color: '#884A4C'

red 136 ◦ green 74 ◦ blue 76

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

Shades of Solid Pink #884A4C

Tints of Solid Pink #884A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 47.55%
G = 25.87%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#884A4C (or 0x884A4C) is known color: Solid Pink. HEX triplet: 88, 4A and 4C. RGB value is (136,74,76). Sum of RGB (Red+Green+Blue) = 136+74+76=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A4C is #77B5B3. Grayscale: #5C5C5C. Windows color (decimal): -7845300 or 4999816. OLE color: 4999816.

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

Color convert

RGB 136 74 76 -
CMYK 0 0.46 0.44 0.47
HSL 358.06º 0.3% 0.41% -
HSV(B) 358.06º 0.46% 0.53% -
XYZ 13.91 10.65 8.16 -
YUV 92.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 136 74 76 0 0.46 0.44 0.47 358.06 0.3 0.41
Hex 88 4A 4C 0 2E 2C 2F 166 1E 29
Octal 210 112 114 0 56 54 57 546 36 51
Binary 10001000 1001010 1001100 0 101110 101100 101111 101100110 11110 101001

Color Harmonies of #884A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A4C

Black with #884A4C

Text Example


Text Example

White with #884A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884A4C; }

 p { color: rgb(136,74,76); }

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

background-color css

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

 a { background-color: rgb(136,74,76); }

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

border-color css

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

 span { border-color: rgb(136,74,76); }

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