#884445

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

Shades of Solid Pink #884445

Tints of Solid Pink #884445

Color information

#884445 (or 0x884445) is unknown color: approx Solid Pink. HEX triplet: 88, 44 and 45. RGB value is (136,68,69). Sum of RGB (Red+Green+Blue) = 136+68+69=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884445 is #77BBBA. Grayscale: #585858. Windows color (decimal): -7846843 or 4539528. OLE color: 4539528.

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

Color convert

RGB1366869-
CMYK00.500.490.47
HSL359.12º33.33%40%-
HSV(B)359.12º50%53.33%-
XYZ13.299.86.82-
YUV88.45117.03161.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=49.82%
G=24.91%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136686900.500.490.47359.1233.3340
Hex884445032312F1672128
Octal21010410506261575474150
Binary10001000100010010001010110010110001101111101100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884445; }

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

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

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

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

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

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

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

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