#884450

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

Shades of Solid Pink #884450

Tints of Solid Pink #884450

Color information

#884450 (or 0x884450) is unknown color: approx Solid Pink. HEX triplet: 88, 44 and 50. RGB value is (136,68,80). Sum of RGB (Red+Green+Blue) = 136+68+80=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884450 is #77BBAF. Grayscale: #595959. Windows color (decimal): -7846832 or 5260424. OLE color: 5260424.

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

Color convert

RGB1366880-
CMYK00.500.410.47
HSL349.41º33.33%40%-
HSV(B)349.41º50%53.33%-
XYZ13.679.958.79-
YUV89.7122.53161.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=47.89%
G=23.94%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136688000.500.410.47349.4133.3340
Hex884450032292F15d2128
Octal21010412006251575354150
Binary10001000100010010100000110010101001101111101011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884450; }

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

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

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

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

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

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

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

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