Html Css Color HEX #884B54 Solid Pink

📋 copy color: '#884B54'

red 136 ◦ green 75 ◦ blue 84

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

Shades of Solid Pink #884B54

Tints of Solid Pink #884B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.42%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 46.1%
G = 25.42%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884B54 (or 0x884B54) is known color: Solid Pink. HEX triplet: 88, 4B and 54. RGB value is (136,75,84). Sum of RGB (Red+Green+Blue) = 136+75+84=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B54 is #77B4AB. Grayscale: #5E5E5E. Windows color (decimal): -7845036 or 5524360. OLE color: 5524360.

HSL color Cylindrical-coordinate representation of color #884B54: hue angle of 351.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B54 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 84 -
CMYK 0 0.45 0.38 0.47
HSL 351.15º 0.29% 0.41% -
HSV(B) 351.15º 0.45% 0.53% -
XYZ 14.27 10.91 9.74 -
YUV 94.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 136 75 84 0 0.45 0.38 0.47 351.15 0.29 0.41
Hex 88 4B 54 0 2D 26 2F 15F 1D 29
Octal 210 113 124 0 55 46 57 537 35 51
Binary 10001000 1001011 1010100 0 101101 100110 101111 101011111 11101 101001

Color Harmonies of #884B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B54

Black with #884B54

Text Example


Text Example

White with #884B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,75,84); }

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

background-color css

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

 a { background-color: rgb(136,75,84); }

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

border-color css

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

 span { border-color: rgb(136,75,84); }

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