#884349

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

Shades of Solid Pink #884349

Tints of Solid Pink #884349

Color information

#884349 (or 0x884349) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 49. RGB value is (136,67,73). Sum of RGB (Red+Green+Blue) = 136+67+73=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884349 is #77BCB6. Grayscale: #585858. Windows color (decimal): -7847095 or 4801416. OLE color: 4801416.

HSL color Cylindrical-coordinate representation of color #884349: hue angle of 354.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884349 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1366773-
CMYK00.510.460.47
HSL354.78º33.99%39.8%-
HSV(B)354.78º50.74%53.33%-
XYZ13.369.737.48-
YUV88.32119.36162.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=49.28%
G=24.28%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136677300.510.460.47354.7833.9939.8
Hex8843490332E2F1632228
Octal21010311106356575434250
Binary10001000100001110010010110011101110101111101100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884349; }

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

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

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

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

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

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

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

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