#844651

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

Shades of Solid Pink #844651

Tints of Solid Pink #844651

Color information

#844651 (or 0x844651) is unknown color: approx Solid Pink. HEX triplet: 84, 46 and 51. RGB value is (132,70,81). Sum of RGB (Red+Green+Blue) = 132+70+81=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844651 is #7BB9AE. Grayscale: #595959. Windows color (decimal): -8108463 or 5326468. OLE color: 5326468.

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

Color convert

RGB1327081-
CMYK00.470.390.48
HSL349.35º30.69%39.61%-
HSV(B)349.35º46.97%51.76%-
XYZ13.199.889-
YUV89.79123.04158.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=46.64%
G=24.73%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132708100.470.390.48349.3530.6939.61
Hex84465102F273015d1f28
Octal20410612105747605353750
Binary1000010010001101010001010111110011111000010101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844651; }

 p { color: rgb(132,70,81); }

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

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

 a { background-color: rgb(132,70,81); }

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

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

 span { border-color: rgb(132,70,81); }

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