Html Css Color HEX #884552 Solid Pink

📋 copy color: '#884552'

red 136 ◦ green 69 ◦ blue 82

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

Shades of Solid Pink #884552

Tints of Solid Pink #884552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 47.39%
G = 24.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#884552 (or 0x884552) is known color: Solid Pink. HEX triplet: 88, 45 and 52. RGB value is (136,69,82). Sum of RGB (Red+Green+Blue) = 136+69+82=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884552 is #77BAAD. Grayscale: #5A5A5A. Windows color (decimal): -7846574 or 5391752. OLE color: 5391752.

HSL color Cylindrical-coordinate representation of color #884552: hue angle of 348.36º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884552 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 82 -
CMYK 0 0.49 0.40 0.47
HSL 348.36º 0.33% 0.4% -
HSV(B) 348.36º 0.49% 0.53% -
XYZ 13.8 10.1 9.2 -
YUV 90.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 136 69 82 0 0.49 0.40 0.47 348.36 0.33 0.4
Hex 88 45 52 0 31 28 2F 15C 21 28
Octal 210 105 122 0 61 50 57 534 41 50
Binary 10001000 1000101 1010010 0 110001 101000 101111 101011100 100001 101000

Color Harmonies of #884552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884552

Black with #884552

Text Example


Text Example

White with #884552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884552; }

 p { color: rgb(136,69,82); }

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

background-color css

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

 a { background-color: rgb(136,69,82); }

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

border-color css

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

 span { border-color: rgb(136,69,82); }

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