Html Css Color HEX #884B53 Solid Pink

📋 copy color: '#884B53'

red 136 ◦ green 75 ◦ blue 83

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

Shades of Solid Pink #884B53

Tints of Solid Pink #884B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 46.26%
G = 25.51%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#884B53 (or 0x884B53) is known color: Solid Pink. HEX triplet: 88, 4B and 53. RGB value is (136,75,83). Sum of RGB (Red+Green+Blue) = 136+75+83=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #884B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B53 is #77B4AC. Grayscale: #5E5E5E. Windows color (decimal): -7845037 or 5458824. OLE color: 5458824.

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

Color convert

RGB 136 75 83 -
CMYK 0 0.45 0.39 0.47
HSL 352.13º 0.29% 0.41% -
HSV(B) 352.13º 0.45% 0.53% -
XYZ 14.23 10.89 9.54 -
YUV 94.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 136 75 83 0 0.45 0.39 0.47 352.13 0.29 0.41
Hex 88 4B 53 0 2D 27 2F 160 1D 29
Octal 210 113 123 0 55 47 57 540 35 51
Binary 10001000 1001011 1010011 0 101101 100111 101111 101100000 11101 101001

Color Harmonies of #884B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B53

Black with #884B53

Text Example


Text Example

White with #884B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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