Html Css Color HEX #884849 Solid Pink

📋 copy color: '#884849'

red 136 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #884849

Tints of Solid Pink #884849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 48.4%
G = 25.62%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#884849 (or 0x884849) is known color: Solid Pink. HEX triplet: 88, 48 and 49. RGB value is (136,72,73). Sum of RGB (Red+Green+Blue) = 136+72+73=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #884849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884849 is #77B7B6. Grayscale: #5B5B5B. Windows color (decimal): -7845815 or 4802696. OLE color: 4802696.

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

Color convert

RGB 136 72 73 -
CMYK 0 0.47 0.46 0.47
HSL 359.06º 0.31% 0.41% -
HSV(B) 359.06º 0.47% 0.53% -
XYZ 13.67 10.35 7.58 -
YUV 91.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 136 72 73 0 0.47 0.46 0.47 359.06 0.31 0.41
Hex 88 48 49 0 2F 2E 2F 167 1F 29
Octal 210 110 111 0 57 56 57 547 37 51
Binary 10001000 1001000 1001001 0 101111 101110 101111 101100111 11111 101001

Color Harmonies of #884849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884849

Black with #884849

Text Example


Text Example

White with #884849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884849; }

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

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

background-color css

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

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

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

border-color css

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

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

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