#844148

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

Shades of Solid Pink #844148

Tints of Solid Pink #844148

Color information

#844148 (or 0x844148) is unknown color: approx Solid Pink. HEX triplet: 84, 41 and 48. RGB value is (132,65,72). Sum of RGB (Red+Green+Blue) = 132+65+72=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #844148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844148 is #7BBEB7. Grayscale: #555555. Windows color (decimal): -8109752 or 4735364. OLE color: 4735364.

HSL color Cylindrical-coordinate representation of color #844148: hue angle of 353.73º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844148 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1326572-
CMYK00.510.450.48
HSL353.73º34.01%38.63%-
HSV(B)353.73º50.76%51.76%-
XYZ12.589.157.23-
YUV85.83120.2160.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=49.07%
G=24.16%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132657200.510.450.48353.7334.0138.63
Hex8441480332D301622227
Octal20410111006355605424247
Binary10000100100000110010000110011101101110000101100010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844148; }

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

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

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

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

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

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

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

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