#884451

Color #884451 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #884451

Tints of Solid Pink #884451

Color information

#884451 (or 0x884451) is unknown color: approx Solid Pink. HEX triplet: 88, 44 and 51. RGB value is (136,68,81). Sum of RGB (Red+Green+Blue) = 136+68+81=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884451 is #77BBAE. Grayscale: #595959. Windows color (decimal): -7846831 or 5325960. OLE color: 5325960.

HSL color Cylindrical-coordinate representation of color #884451: hue angle of 348.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884451 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1366881-
CMYK00.500.400.47
HSL348.53º33.33%40%-
HSV(B)348.53º50%53.33%-
XYZ13.719.968.99-
YUV89.81123.03160.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=47.72%
G=23.86%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136688100.500.400.47348.5333.3340
Hex884451032282F15d2128
Octal21010412106250575354150
Binary10001000100010010100010110010101000101111101011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884451; }

 p { color: rgb(136,68,81); }

 H1.HeaderClassName
 {
   color: #884451;
 }
 .AnyTagClassName
 {
   color: #884451;
 }
</style>
background-color css

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

 a { background-color: rgb(136,68,81); }

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

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

 span { border-color: rgb(136,68,81); }

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