Html Css Color HEX #884A56 Solid Pink

📋 copy color: '#884A56'

red 136 ◦ green 74 ◦ blue 86

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

Shades of Solid Pink #884A56

Tints of Solid Pink #884A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 45.95%
G = 25%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#884A56 (or 0x884A56) is known color: Solid Pink. HEX triplet: 88, 4A and 56. RGB value is (136,74,86). Sum of RGB (Red+Green+Blue) = 136+74+86=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #884A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A56 is #77B5A9. Grayscale: #5D5D5D. Windows color (decimal): -7845290 or 5655176. OLE color: 5655176.

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

Color convert

RGB 136 74 86 -
CMYK 0 0.46 0.37 0.47
HSL 348.39º 0.3% 0.41% -
HSV(B) 348.39º 0.46% 0.53% -
XYZ 14.28 10.8 10.14 -
YUV 93.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 136 74 86 0 0.46 0.37 0.47 348.39 0.3 0.41
Hex 88 4A 56 0 2E 25 2F 15C 1E 29
Octal 210 112 126 0 56 45 57 534 36 51
Binary 10001000 1001010 1010110 0 101110 100101 101111 101011100 11110 101001

Color Harmonies of #884A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A56

Black with #884A56

Text Example


Text Example

White with #884A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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