#84444E

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

Shades of Solid Pink #84444E

Tints of Solid Pink #84444E

Color information

#84444E (or 0x84444E) is unknown color: approx Solid Pink. HEX triplet: 84, 44 and 4E. RGB value is (132,68,78). Sum of RGB (Red+Green+Blue) = 132+68+78=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84444E is #7BBBB1. Grayscale: #585858. Windows color (decimal): -8108978 or 5129348. OLE color: 5129348.

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

Color convert

RGB1326878-
CMYK00.480.410.48
HSL350.62º32%39.22%-
HSV(B)350.62º48.48%51.76%-
XYZ12.969.598.38-
YUV88.28122.2159.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=47.48%
G=24.46%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132687800.480.410.48350.623239.22
Hex84444E030293015f2027
Octal20410411606051605374047
Binary10000100100010010011100110000101001110000101011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84444E; }

 p { color: rgb(132,68,78); }

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

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

 a { background-color: rgb(132,68,78); }

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

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

 span { border-color: rgb(132,68,78); }

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