#884148

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

Shades of Solid Pink #884148

Tints of Solid Pink #884148

Color information

#884148 (or 0x884148) is unknown color: approx Solid Pink. HEX triplet: 88, 41 and 48. RGB value is (136,65,72). Sum of RGB (Red+Green+Blue) = 136+65+72=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884148 is #77BEB7. Grayscale: #575757. Windows color (decimal): -7847608 or 4735368. OLE color: 4735368.

HSL color Cylindrical-coordinate representation of color #884148: hue angle of 354.08º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884148 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1366572-
CMYK00.520.470.47
HSL354.08º35.32%39.41%-
HSV(B)354.08º52.21%53.33%-
XYZ13.219.487.26-
YUV87.03119.52162.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=49.82%
G=23.81%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136657200.520.470.47354.0835.3239.41
Hex8841480342F2F1622327
Octal21010111006457575424347
Binary10001000100000110010000110100101111101111101100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884148; }

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

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

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

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

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

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

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

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