Html Css Color HEX #884952 Solid Pink

📋 copy color: '#884952'

red 136 ◦ green 73 ◦ blue 82

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

Shades of Solid Pink #884952

Tints of Solid Pink #884952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 46.74%
G = 25.09%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#884952 (or 0x884952) is known color: Solid Pink. HEX triplet: 88, 49 and 52. RGB value is (136,73,82). Sum of RGB (Red+Green+Blue) = 136+73+82=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884952 is #77B6AD. Grayscale: #5C5C5C. Windows color (decimal): -7845550 or 5392776. OLE color: 5392776.

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

Color convert

RGB 136 73 82 -
CMYK 0 0.46 0.40 0.47
HSL 351.43º 0.3% 0.41% -
HSV(B) 351.43º 0.46% 0.53% -
XYZ 14.06 10.61 9.29 -
YUV 92.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 136 73 82 0 0.46 0.40 0.47 351.43 0.3 0.41
Hex 88 49 52 0 2E 28 2F 15F 1E 29
Octal 210 111 122 0 56 50 57 537 36 51
Binary 10001000 1001001 1010010 0 101110 101000 101111 101011111 11110 101001

Color Harmonies of #884952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884952

Black with #884952

Text Example


Text Example

White with #884952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884952; }

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

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

background-color css

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

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

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

border-color css

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

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

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