Html Css Color HEX #884854 Solid Pink

📋 copy color: '#884854'

red 136 ◦ green 72 ◦ blue 84

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

Shades of Solid Pink #884854

Tints of Solid Pink #884854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.77%

R = 46.58%
G = 24.66%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884854 (or 0x884854) is known color: Solid Pink. HEX triplet: 88, 48 and 54. RGB value is (136,72,84). Sum of RGB (Red+Green+Blue) = 136+72+84=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884854 is #77B7AB. Grayscale: #5C5C5C. Windows color (decimal): -7845804 or 5523592. OLE color: 5523592.

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

Color convert

RGB 136 72 84 -
CMYK 0 0.47 0.38 0.47
HSL 348.75º 0.31% 0.41% -
HSV(B) 348.75º 0.47% 0.53% -
XYZ 14.07 10.51 9.67 -
YUV 92.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 136 72 84 0 0.47 0.38 0.47 348.75 0.31 0.41
Hex 88 48 54 0 2F 26 2F 15D 1F 29
Octal 210 110 124 0 57 46 57 535 37 51
Binary 10001000 1001000 1010100 0 101111 100110 101111 101011101 11111 101001

Color Harmonies of #884854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884854

Black with #884854

Text Example


Text Example

White with #884854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884854; }

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

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

background-color css

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

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

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

border-color css

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

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

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