Html Css Color HEX #884648 Solid Pink

📋 copy color: '#884648'

red 136 ◦ green 70 ◦ blue 72

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

Shades of Solid Pink #884648

Tints of Solid Pink #884648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 48.92%
G = 25.18%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#884648 (or 0x884648) is known color: Solid Pink. HEX triplet: 88, 46 and 48. RGB value is (136,70,72). Sum of RGB (Red+Green+Blue) = 136+70+72=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #884648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884648 is #77B9B7. Grayscale: #5A5A5A. Windows color (decimal): -7846328 or 4736648. OLE color: 4736648.

HSL color Cylindrical-coordinate representation of color #884648: hue angle of 358.18º degrees, saturation: 0.32, 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 #884648 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 72 -
CMYK 0 0.49 0.47 0.47
HSL 358.18º 0.32% 0.4% -
HSV(B) 358.18º 0.49% 0.53% -
XYZ 13.51 10.08 7.36 -
YUV 89.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 136 70 72 0 0.49 0.47 0.47 358.18 0.32 0.4
Hex 88 46 48 0 31 2F 2F 166 20 28
Octal 210 106 110 0 61 57 57 546 40 50
Binary 10001000 1000110 1001000 0 110001 101111 101111 101100110 100000 101000

Color Harmonies of #884648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884648

Black with #884648

Text Example


Text Example

White with #884648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884648; }

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

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

background-color css

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

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

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

border-color css

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

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

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