Html Css Color HEX #884A57 Solid Pink

📋 copy color: '#884A57'

red 136 ◦ green 74 ◦ blue 87

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

Shades of Solid Pink #884A57

Tints of Solid Pink #884A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 45.79%
G = 24.92%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#884A57 (or 0x884A57) is known color: Solid Pink. HEX triplet: 88, 4A and 57. RGB value is (136,74,87). Sum of RGB (Red+Green+Blue) = 136+74+87=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #884A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A57 is #77B5A8. Grayscale: #5E5E5E. Windows color (decimal): -7845289 or 5720712. OLE color: 5720712.

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

Color convert

RGB 136 74 87 -
CMYK 0 0.46 0.36 0.47
HSL 347.42º 0.3% 0.41% -
HSV(B) 347.42º 0.46% 0.53% -
XYZ 14.32 10.82 10.35 -
YUV 94.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 136 74 87 0 0.46 0.36 0.47 347.42 0.3 0.41
Hex 88 4A 57 0 2E 24 2F 15B 1E 29
Octal 210 112 127 0 56 44 57 533 36 51
Binary 10001000 1001010 1010111 0 101110 100100 101111 101011011 11110 101001

Color Harmonies of #884A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A57

Black with #884A57

Text Example


Text Example

White with #884A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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