Html Css Color HEX #884853 Solid Pink

📋 copy color: '#884853'

red 136 ◦ green 72 ◦ blue 83

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

Shades of Solid Pink #884853

Tints of Solid Pink #884853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 46.74%
G = 24.74%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#884853 (or 0x884853) is known color: Solid Pink. HEX triplet: 88, 48 and 53. RGB value is (136,72,83). Sum of RGB (Red+Green+Blue) = 136+72+83=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884853 is #77B7AC. Grayscale: #5C5C5C. Windows color (decimal): -7845805 or 5458056. OLE color: 5458056.

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

Color convert

RGB 136 72 83 -
CMYK 0 0.47 0.39 0.47
HSL 349.69º 0.31% 0.41% -
HSV(B) 349.69º 0.47% 0.53% -
XYZ 14.03 10.49 9.47 -
YUV 92.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 136 72 83 0 0.47 0.39 0.47 349.69 0.31 0.41
Hex 88 48 53 0 2F 27 2F 15E 1F 29
Octal 210 110 123 0 57 47 57 536 37 51
Binary 10001000 1001000 1010011 0 101111 100111 101111 101011110 11111 101001

Color Harmonies of #884853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884853

Black with #884853

Text Example


Text Example

White with #884853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884853; }

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

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

background-color css

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

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

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

border-color css

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

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

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